package channels

package channels provides some helper functions for working with channels, including ways to convert them into slices. none of the functions are blocking - if a context is not provided, context.Background() is used.

Description
functions for handling Go channels
Readme MIT 210 KiB
Languages
Go 100%