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

Method async

src/brpc/span.h:182–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 int64_t start_send_real_us() const { return _start_send_real_us; }
181 int64_t sent_real_us() const { return _sent_real_us; }
182 bool async() const { return _async; }
183 const std::string& full_method_name() const { return _full_method_name; }
184
185 // Returns a copy instead of a reference for thread safety.

Callers 3

TESTFunction · 0.80
Span2ProtoFunction · 0.80
PrintClientSpanFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64