MCPcopy Create free account
hub / github.com/Tencent/plato / ThreadExitNotifier

Method ThreadExitNotifier

plato/util/concurrentqueue.h:529–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527
528 private:
529 ThreadExitNotifier() : tail(nullptr) { }
530 ThreadExitNotifier(ThreadExitNotifier const&) MOODYCAMEL_DELETE_FUNCTION;
531 ThreadExitNotifier& operator=(ThreadExitNotifier const&) MOODYCAMEL_DELETE_FUNCTION;
532

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected