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

Method set_async

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

Source from the content-addressed store, hash-verified

132 void set_request_size(int size) { _request_size = size; }
133 void set_response_size(int size) { _response_size = size; }
134 void set_async(bool async) { _async = async; }
135
136 void set_base_real_us(int64_t tm) { _base_real_us = tm; }
137 void set_received_us(int64_t tm)

Callers 2

EndRPCMethod · 0.80
Span2ProtoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected