Toolbox snapshot
The Reactive C++ Toolbox
|
Go to the source code of this file.
Classes | |
class | toolbox::net::RateLimit |
class | toolbox::net::RateWindow |
RateWindow maintains a sliding window of second time buckets for the specified interval. More... | |
Namespaces | |
namespace | toolbox |
namespace | toolbox::net |
namespace | toolbox::util |
Functions | |
RateLimit | toolbox::net::parse_rate_limit (const string &s) |
istream & | toolbox::net::operator>> (istream &is, RateLimit &rl) |
ostream & | toolbox::net::operator<< (ostream &os, RateLimit rl) |