Channel

Undocumented in source.

Constructors

this
this(size_t capacity)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

buf
RingQueue!(T, Event)* buf;
Undocumented in source.
item
T item;
Undocumented in source.

Variables

loaded
bool loaded;
Undocumented in source.

Meta