MCPcopy 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

popMethod · 0.45

Tested by

no test coverage detected