FiberQueueImpl.empty

Reports whether there are pending fibers in the queue.

struct FiberQueueImpl(bool Volatile)
@property const pure nothrow @nogc @safe
bool
empty
()

Return Value

Type: bool

true if there are no pending fibers.

Meta