package
0.0.5
Repository: https://github.com/roncewind/go-util.git
Documentation: pkg.go.dev

# Functions

Bridge joins transforms a series of channels into a single channel.
FanIn joins several channels into one.
Or returns a channel that combines all the specified channels.
OrDone encapsulates the for-select idiom used for many goroutines the idea is that it makes the code easier to read.
generator that repeats over and over the values it is given.
generator that repeats over and over the values it is given.
Shuffle items coming through a channel.
generator that takes the specified number of elements from a stream.
Tee takes one channel of objects and splits it into two channels, duplicating the channels.
No description provided by the author

# Structs

No description provided by the author