Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
int 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_background
Function · 0.85
bthread_join
Function · 0.85
Tested by
no test coverage detected