//
pkg.gl
Category
github.com/kylesliu/Golang-Learn
Concurrency-and-Parallelism
package
0.0.0-20190823073817-48c9e09f6365
Repository:
https://github.com/kylesliu/golang-learn.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
24 SLOC
#
Packages
Producer_Consumer
No description provided by the author
#
Functions
Filter
Copy the values from channel 'in' to channel 'out', removing those divisible by 'prime'.
Generate
Send the sequence 2, 3, 4, ..
Slieve
The prime sieve: Daisy-chain Filter processes.