IntrusiveQueue

Undocumented in source.
shared
struct IntrusiveQueue (
T
Event
) if (
is(T : Object)
) {}

Constructors

this
this(Event ev)
Undocumented in source.

Members

Functions

drain
T drain()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
tryPop
bool tryPop(T item)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

event
Event event;
Undocumented in source.

Meta