//
pkg.gl
Category
v.io
x
ref
runtime
internal
lib
pcqueue
package
0.2.0
Repository:
https://github.com/vanadium/core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
103 SLOC
#
Functions
New
New(size) returns a producer/consumer queue with maximum <size> elements.
#
Variables
ErrCancelled
No description provided by the author
ErrQueueIsClosed
No description provided by the author
ErrTryAgain
No description provided by the author
#
Structs
T
T is a producer/consumer queue.