# Functions

New creates a new queue of given size.
No description provided by the author
NewOneQueueBarrier creates a new OneQueueBarrier.
No description provided by the author

# Structs

No description provided by the author
OneQueueBarrier is used to synchronize a single producing go-routine and a single consuming go-routine.
No description provided by the author
Queue is queue data structure implemented using go channels.