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

Method empty

quantum/impl/quantum_task_queue_impl.h:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343inline
344bool TaskQueue::empty() const
345{
346 return size() == 0;
347}
348
349inline
350void TaskQueue::terminate()

Callers 4

runMethod · 0.45
doEnqueueMethod · 0.45
grabWorkItemMethod · 0.45
acquireWaitingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected