Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ StopAndJoin
Method
StopAndJoin
test/brpc_channel_unittest.cpp:324–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
}
323
324
void StopAndJoin() {
325
_messenger.StopAccept(0);
326
_messenger.Join();
327
}
328
329
void SetUpChannel(brpc::Channel* channel,
330
bool single_server,
Callers
nothing calls this directly
Calls
2
StopAccept
Method · 0.80
Join
Method · 0.45
Tested by
no test coverage detected