Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ dequeue
Method
dequeue
src/event_queue.hpp:92–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
{
91
public:
92
Event* dequeue() { return queue->dequeue(); }
93
bool empty() { return queue->empty(); }
94
void decomission() { queue->decomission(); }
95
template <typename T>
Callers
nothing calls this directly
Calls
1
dequeue
Method · 0.45
Tested by
no test coverage detected