Documentation ¶
Overview ¶
Package channels includes some nifty tools for manipulating channels
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Merge ¶
func Merge[T any](inputs ...<-chan T) <-chan T
Merge combines multiple channels into a single channel inspired by original merge function from https://medium.com/justforfunc/two-ways-of-merging-n-channels-in-go-43c0b57cd1de
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.