Skip to content

Added blocking dequeue and peek methods

Latest
Compare
Choose a tag to compare
@joncrlsn joncrlsn released this 01 Mar 23:29
· 14 commits to v2 since this release
74fd78b

Added Dque.DequeueBlock() method that, when the queue is empty, blocks (doesn't return) until something is added to the queue. There is also a corresponding Dque.PeekBlock() method. Thank you, Thomas Kriechbaumer.