MCPcopy Create free account
hub / github.com/3rdparty/libprocess / acquire

Method acquire

include/process/limiter.hpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181
182inline Future<Nothing> RateLimiter::acquire() const
183{
184 return dispatch(process, &RateLimiterProcess::acquire);
185}
186
187} // namespace process {
188

Callers 2

_snapshotMethod · 0.45
TESTFunction · 0.45

Calls 1

dispatchFunction · 0.70

Tested by 1

TESTFunction · 0.36