go-github-com-gammazero-chanqueue 1.1.0
Buffered channel with unlimited capacity queue
Package chanqueue implements a queue that uses channels for input and output to provide concurrent access to a re-sizable queue. This allows the queue to be used like a channel. Closing the input channel closes the output channel when all queued items are read, consistent with channel behavior. In other words chanqueue is a dynamically buffered channel with up to infinite capacity.
- Outputs:
out
- Website: https://github.com/gammazero/chanqueue
- Licenses: Expat
- Package source: gnu/packages/golang-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install go-github-com-gammazero-chanqueue 1.1.0
as follows:
guix install go-github-com-gammazero-chanqueue@1.1.0
Or install the latest version:
guix install go-github-com-gammazero-chanqueue
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.