Queue

/import core.sync.semaphore : Semaphore;

Constructors

this
this()
Undocumented in source.

Members

Functions

empty
bool empty()
front
T front()
popFront
void popFront()

To be iterable with foreach loop.

put
void put(T value)

Add to the Queue (to the end).

Meta