MCPcopy Create free account
hub / github.com/apache/brpc / RunOnComplete

Method RunOnComplete

src/brpc/parallel_channel.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194
195 static void* RunOnComplete(void* arg) {
196 static_cast<ParallelChannelDone*>(arg)->OnComplete();
197 return NULL;
198 }
199
200 // For otherwhere to know if they're in the same thread.
201 void SaveThreadInfoOfCallsite() {

Callers

nothing calls this directly

Calls 1

OnCompleteMethod · 0.45

Tested by

no test coverage detected