| 534 | |
| 535 | private: |
| 536 | ThreadExitNotifier() : tail(nullptr) { } |
| 537 | ThreadExitNotifier(ThreadExitNotifier const&) MOODYCAMEL_DELETE_FUNCTION; |
| 538 | ThreadExitNotifier& operator=(ThreadExitNotifier const&) MOODYCAMEL_DELETE_FUNCTION; |
| 539 |
nothing calls this directly
no outgoing calls
no test coverage detected