Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
inline Future<Nothing> RateLimiter::acquire() const
183
{
184
return dispatch(process, &RateLimiterProcess::acquire);
185
}
186
187
} // namespace process {
188
Callers
2
_snapshot
Method · 0.45
TEST
Function · 0.45
Calls
1
dispatch
Function · 0.70
Tested by
1
TEST
Function · 0.36