MPSCQueue

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this()
Undocumented in source.

Members

Aliases

ElementType
alias ElementType = Node*
Undocumented in source.

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
Node* pop()

returns node or null if none

producer
shared(MPSCQueueProducer!Node) producer()
Undocumented in source. Be warned that the author may not have intended to support it.
push
bool push(Node* n)

returns true if first to push

Meta