channels/README.md
2025-05-07 19:23:51 -04:00

234 B

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.