Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ JoinResponse
Function
JoinResponse
src/brpc/controller.cpp:597–599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
595
}
596
597
void JoinResponse(CallId id) {
598
bthread_id_join(id);
599
}
600
601
static void HandleTimeout(void* arg) {
602
bthread_id_t correlation_id = { (uint64_t)arg };
Callers
nothing calls this directly
Calls
1
bthread_id_join
Function · 0.85
Tested by
no test coverage detected