Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
token_bucket.h File Reference

Lock-free token bucket rate limiter for controlling throughput. More...

#include <atomic>
#include <chrono>
#include <cstddef>
Include dependency graph for token_bucket.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Lock-free token bucket rate limiter for controlling throughput.

Definition in file token_bucket.h.