MCPcopy Create free account
hub / github.com/bloomberg/quantum / empty

Method empty

quantum/impl/quantum_io_queue_impl.h:329–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329inline
330bool IoQueue::empty() const
331{
332 // If the queue is empty and there are no executing tasks
333 return _queue.empty() && _isIdle;
334}
335
336inline
337void IoQueue::terminate()

Callers 2

doEnqueueMethod · 0.45
doDequeueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected