Create a new BlockingQueue
BlockingQueue options
Private
_donePrivate
_optionsPrivate
Readonly
_readersPrivate
Readonly
_unreadPrivate
Readonly
_writersPrivate
arePrivate
releasePrivate
waitPrivate
waitGenerated using TypeDoc
enqueue
blocks when the queue is full, until an item is read withdequeue
, or donedequeue
blocks when the queue is empty, until an item is added withenqueue
, or donedone
must be called when no more items will be addeddequeue
returnsundefined
there are no more items and processing is complete