Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
inline RateLimiter::~RateLimiter()
175
{
176
terminate(process);
177
wait(process);
178
delete process;
179
}
180
181
182
inline Future<Nothing> RateLimiter::acquire() const
Callers
nothing calls this directly
Calls
2
terminate
Function · 0.70
wait
Function · 0.70
Tested by
no test coverage detected