package
0.17.0
Repository: https://github.com/protonmail/gluon.git
Documentation: pkg.go.dev

# Functions

ForwardContext forwards all values from the src channel to the dst channel until the context is canceled or the src channel is closed.
No description provided by the author
No description provided by the author
No description provided by the author
NewGroup returns a Group ready for use.
No description provided by the author
RangeContext iterates over the given channel until the context is canceled or the channel is closed.

# Structs

Abortable collects groups of functions that can be aborted by calling Abort.
Group is forked and improved version of "github.com/bradenaw/juniper/xsync.Group".
No description provided by the author
QueuedChannel represents a channel on which queued items can be published without having to worry if the reader has actually consumed existing items first or if there's no way of knowing ahead of time what the ideal channel buffer size should be.
No description provided by the author

# Interfaces

No description provided by the author