MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / ConsumerToken

Class ConsumerToken

concurrentqueue.h:428–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426// a maximum of one token per thread (of each kind).
427struct ProducerToken;
428struct ConsumerToken;
429
430template<typename T, typename Traits> class ConcurrentQueue;
431template<typename T, typename Traits> class BlockingConcurrentQueue;

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected