package
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Feb 10, 2023
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.
README
¶
go-primer
Prime number generator using goroutines and channels

Documentation
¶
Filter copies the values from channel 'in' to channel 'out',
removing those divisible by 'prime'.
Nth computes the n-th prime using a daisy-chain filter process, which
filters composite numbers concurrently
Odds writes a sequence of odd numbers starting with `start` to the channel `ch`
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.