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

Method Concurrency

src/brpc/server.h:608–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606 bool IgnoreEovercrowdedOf(const butil::StringPiece& full_method_name) const;
607
608 int Concurrency() const {
609 return butil::subtle::NoBarrier_Load(&_concurrency);
610 };
611
612 // Returns true if accept request, reject request otherwise.
613 bool AcceptRequest(Controller* cntl) const;

Callers 1

default_methodMethod · 0.80

Calls 1

NoBarrier_LoadFunction · 0.50

Tested by

no test coverage detected