//
pkg.gl
Category
github.com/s-macke/concepts-of-programming-languages
src
concurrent
channels
blockingqueue
package
0.1.0
Repository:
https://github.com/s-macke/concepts-of-programming-languages.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
13 SLOC
#
Functions
NewBlockingQueue
NewBlockingQueue constructs a BlockingQueue with a given capacity.
#
Structs
BlockingQueue
BlockingQueue is a FIFO container with a fixed capacity.