//
pkg.gl
Category
github.com/sllt/af
concurrency
package
0.1.11
Repository:
https://github.com/sllt/af.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
208 SLOC
#
Functions
NewChannel
NewChannel return a Channel instance.
#
Structs
Channel
Channel is a logic object which can generate or manipulate go channel all methods of Channel are in the book tilted《Concurrency in Go》.