package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Jun 18, 2018
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ChanAnyFuncNil(gen func() Any) (out <-chan Any)
ChanAnyFuncNil returns a channel to receive
all results of generator `gen`
until nil
before close.
Any is the generic type flowing thru the pipe network.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.