MCPcopy 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
597void JoinResponse(CallId id) {
598 bthread_id_join(id);
599}
600
601static void HandleTimeout(void* arg) {
602 bthread_id_t correlation_id = { (uint64_t)arg };

Callers

nothing calls this directly

Calls 1

bthread_id_joinFunction · 0.85

Tested by

no test coverage detected