MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onThreadCleanup

Method onThreadCleanup

tests/test_ssl.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25protected:
26 void onThreadInitialize() override { thread_initialize = true; }
27 void onThreadCleanup() override { thread_cleanup = true; }
28 void onStarted() override { started = true; }
29 void onStopped() override { stopped = true; }
30 void onIdle() override { idle = true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected