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

Method ThreadExitNotifier

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

Source from the content-addressed store, hash-verified

615
616 private:
617 ThreadExitNotifier() : tail(nullptr) { }
618 ThreadExitNotifier(ThreadExitNotifier const&) MOODYCAMEL_DELETE_FUNCTION;
619 ThreadExitNotifier& operator=(ThreadExitNotifier const&) MOODYCAMEL_DELETE_FUNCTION;
620

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected