Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ ConnectThread
Function
ConnectThread
test/endpoint_unittest.cpp:582–586 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
580
}
581
582
void* ConnectThread(void* arg) {
583
bool timed = *(bool*)arg;
584
TestConnectInterruptImpl(timed);
585
return NULL;
586
}
587
588
void do_nothing_handler(int) {}
589
Callers
nothing calls this directly
Calls
1
TestConnectInterruptImpl
Function · 0.70
Tested by
no test coverage detected