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

Method DlibQueueWrapper

benchmarks/dlibqueue.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14public:
15 DlibQueueWrapper() : q(1024*1024*1024) { }
16
17 template<typename U>
18 inline bool enqueue(U&& item)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected