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

Method ~RateLimiter

include/process/limiter.hpp:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173
174inline RateLimiter::~RateLimiter()
175{
176 terminate(process);
177 wait(process);
178 delete process;
179}
180
181
182inline Future<Nothing> RateLimiter::acquire() const

Callers

nothing calls this directly

Calls 2

terminateFunction · 0.70
waitFunction · 0.70

Tested by

no test coverage detected