|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Lock-free token bucket rate limiter for controlling throughput. More...
#include <atomic>#include <chrono>#include <cstddef>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::token_bucket |
| Lock-free token bucket rate limiter for controlling throughput. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Lock-free token bucket rate limiter for controlling throughput.
Definition in file token_bucket.h.