| 527 | |
| 528 | private: |
| 529 | ThreadExitNotifier() : tail(nullptr) { } |
| 530 | ThreadExitNotifier(ThreadExitNotifier const&) MOODYCAMEL_DELETE_FUNCTION; |
| 531 | ThreadExitNotifier& operator=(ThreadExitNotifier const&) MOODYCAMEL_DELETE_FUNCTION; |
| 532 |
nothing calls this directly
no outgoing calls
no test coverage detected