Create a new BlockingQueue
BlockingQueue options
Private _donePrivate _optionsPrivate Readonly _readersPrivate Readonly _unreadPrivate Readonly _writersPrivate arePrivate releasePrivate waitPrivate waitGenerated using TypeDoc
enqueueblocks when the queue is full, until an item is read withdequeue, or donedequeueblocks when the queue is empty, until an item is added withenqueue, or donedonemust be called when no more items will be addeddequeuereturnsundefinedthere are no more items and processing is complete