MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / concurrentqueue.h

File concurrentqueue.h

deps/concurrentqueue/concurrentqueue.h:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Provides a C++11 implementation of a multi-producer, multi-consumer lock-free queue.
2// An overview, including benchmark results, is provided here:
3// http://moodycamel.com/blog/2014/a-fast-general-purpose-lock-free-queue-for-c++
4// The full design is also described in excruciating detail at:

Callers

nothing calls this directly

Calls 3

MOODYCAMEL_CONSTEXPR_IFFunction · 0.85
deref_noexceptFunction · 0.85

Tested by

no test coverage detected