Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 687 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 687 Bytes

channels

Build Status GoDoc

A collection of helper functions and special types for working with and extending golang's existing channels.

See https://godoc.org/github.com/eapache/channels for documentation.

Note: Several types in this package provide so-called "infinite" buffers. Be very careful using these, as no buffer is truly infinite. If such a buffer grows too large your program will run out of memory and crash. Caveat emptor.