MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / thread_base

Method thread_base

client/hslongrun.cpp:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108struct thread_base {
109 thread_base() : need_join(false), stack_size(256 * 1024) { }
110 virtual ~thread_base() {
111 join();
112 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected