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

Method timeout_ms

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

Source from the content-addressed store, hash-verified

180 // ChannelOptions.timeout_ms on unset.
181 void set_timeout_ms(int64_t timeout_ms);
182 int64_t timeout_ms() const { return _timeout_ms; }
183
184 // Set/get the delay to send backup request in milliseconds. Use
185 // ChannelOptions.backup_request_ms on unset.

Callers 13

TestRPCTimeoutMethod · 0.80
SendToEndpointMethod · 0.80
HandleSocketFailedMethod · 0.80
CallMethodMethod · 0.80
IssueRPCMethod · 0.80
CallMethodMethod · 0.80
SerializeHttpRequestFunction · 0.80
OnRequestedMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by 4

TestRPCTimeoutMethod · 0.64