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

Method onThreadInitialize

include/server/asio/service.h:139–139  ·  view source on GitHub ↗

Initialize thread handler ! This handler can be used to initialize priority or affinity of the service thread. */

Source from the content-addressed store, hash-verified

137 This handler can be used to initialize priority or affinity of the service thread.
138 */
139 virtual void onThreadInitialize() {}
140 //! Cleanup thread handler
141 /*!
142 This handler can be used to cleanup priority or affinity of the service thread.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected