NChannel.Node

Undocumented in source.
struct NChannel(size_t N, T...)
static shared
struct Node (
size_t i
) if (
i < N
) {}

Members

Functions

pop
shared(U)* pop()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(U v)
Undocumented in source. Be warned that the author may not have intended to support it.
queue
shared(AtomicDList!U) queue()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta