| 615 | |
| 616 | private: |
| 617 | ThreadExitNotifier() : tail(nullptr) { } |
| 618 | ThreadExitNotifier(ThreadExitNotifier const&) MOODYCAMEL_DELETE_FUNCTION; |
| 619 | ThreadExitNotifier& operator=(ThreadExitNotifier const&) MOODYCAMEL_DELETE_FUNCTION; |
| 620 |
nothing calls this directly
no outgoing calls
no test coverage detected