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

Function main

example/build_with_bazel/test.cc:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25int main(int argc, char **argv) {
26 bthread_t th_1;
27 bthread_start_background(&th_1, nullptr, PrintHellobRPC, nullptr);
28 bthread_join(th_1, nullptr);
29 return 0;
30}

Callers

nothing calls this directly

Calls 2

bthread_start_backgroundFunction · 0.85
bthread_joinFunction · 0.85

Tested by

no test coverage detected