//
pkg.gl
Category
github.com/wtmmac/GolangCook
goroutine
primeSieve
package
0.0.0-20241224104734-75b83ebac8df
Repository:
https://github.com/wtmmac/golangcook.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
25 SLOC
#
Functions
Filter
Filter Copy the values from channel 'in' to channel 'out', removing those divisible by 'prime'.
Generate
Generate Send the sequence 2, 3, 4, ..