Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ try_dequeue
Method
try_dequeue
benchmarks/boostqueue.h:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
inline bool try_dequeue(T& item)
25
{
26
return q.pop(item);
27
}
28
29
// Dummy token methods (not used)
30
bool enqueue(producer_token_t const&, T const&) { return false; }
Callers
nothing calls this directly
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected