channels/README.md

2 lines
234 B
Markdown
Raw Permalink Normal View History

2025-05-07 19:23:51 -04:00
# 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.