Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
inline
330
bool IoQueue::empty() const
331
{
332
// If the queue is empty and there are no executing tasks
333
return _queue.empty() && _isIdle;
334
}
335
336
inline
337
void IoQueue::terminate()
Callers
2
doEnqueue
Method · 0.45
doDequeue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected