![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Rate limiter. More...
#include <rate_limiter.h>
Public Member Functions | |
RateLimiter (nanoseconds_t period) | |
Initialize rate limiter. More... | |
bool | allow () |
Check whether an event is allowed to occur now. More... | |
Rate limiter.
Definition at line 22 of file rate_limiter.h.
|
inlineexplicit |
Initialize rate limiter.
period
is tick duration in nanoseconds. Definition at line 27 of file rate_limiter.h.
|
inline |
Check whether an event is allowed to occur now.
Definition at line 37 of file rate_limiter.h.