Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/HandlerSocket-Plugin-for-MySQL
/ worker_throbj
Method
worker_throbj
handlersocket/hstcpsvr.cpp:29–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
struct worker_throbj {
29
worker_throbj(const hstcpsvr_worker_arg& arg)
30
: worker(hstcpsvr_worker_i::create(arg)) { }
31
void operator ()() {
32
worker->run();
33
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected