Queue.putNowait

Put an item into the queue without blocking.

If no free slot is immediately available, throw $(D_PSYMBOL QueueFullException).

class Queue(T, size_t maxSize = 0)
void
putNowait
()

Meta