MCPcopy Create free account
hub / github.com/baidu/babylon / run_once_brpc

Function run_once_brpc

example/use-async-logger/example.cpp:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void run_once_brpc(size_t round) {
112 LOG(INFO) << "round " << round << " payload " << payload;
113}
114
115void run_once_spdlog(size_t round) {
116 SPDLOG_INFO("round {} payload {}", round, payload);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected