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

Method onThreadInitialize

tests/test_udp.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected