Discover Packages
github.com/ibiscum/Go-Programming-Cookbook-Second-Edition
chapter10
internal
channels
package
Version:
v0.0.0-...-891ad17
Opens a new window with list of versions in this module.
Published: Dec 22, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Printer will print anything sent on the ch chan
and will print tock every 200 milliseconds
this will repeat forever until a context is
Done, i.e. timed out or cancelled
Sender sends "tick"" on ch until done is
written to, then it sends "sender done."
and exits
Source Files
¶
Click to show internal directories.
Click to hide internal directories.