package
0.0.0-20240920062246-d0657495930a
Repository: https://github.com/yigmmk/leetcode.git
Documentation: pkg.go.dev

# Functions

AndShutdown combines multiple signalling channels and returns a single signalling channel (The output channel is closed when all of the input signalling channels are closed).
No description provided by the author
Merge combines input from multiple channels into a single channel.
OrShutdown combines multiple signalling channels and returns a single signalling channel (The output channel is closed if any of the input signalling channels is closed).
Pipeline recursively creates a multi-stage asynchronous pipeline to filter values from the input channel in order of the functions provided and publish qualifying values to the output channel.
Pool invokes multiple goroutines to process values on the input channel concurrently.
No description provided by the author
No description provided by the author
Split broadcasts (duplicates) input from a single channel across multiple output channels.
SplitRnd distributes input from a single channel across multiple output channels randomly.