2 lines
234 B
Markdown
2 lines
234 B
Markdown
|
# 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.
|