Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/HandlerSocket-Plugin-for-MySQL
/ start
Method
start
libhsclient/thread.hpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
join();
28
}
29
void start() {
30
if (!start_nothrow()) {
31
fatal_abort(
"thread::start"
);
32
}
33
}
34
bool start_nothrow() {
35
if (need_join) {
36
return need_join; /* true */
Callers
1
start_listen
Method · 0.45
Calls
1
fatal_abort
Function · 0.85
Tested by
no test coverage detected