|
Nui
|
#include "throttle.hpp"#include <nui/data_structures/selectables_registry.hpp>#include <boost/asio/deadline_timer.hpp>#include <chrono>#include <memory>#include <limits>#include <mutex>
Classes | |
| class | Nui::Detail::ThrottleInstance |
| struct | Nui::Detail::ThrottleStoreCreator |
Namespaces | |
| namespace | Nui |
| namespace | Nui::Detail |
Typedefs | |
| using | Nui::Detail::ThrottleStore = SelectablesRegistry< std::shared_ptr< ThrottleInstance > > |
Functions | |
| FileStreamStore & | Nui::Detail::getStore (auto &hub) |
| void | Nui::registerThrottle (Nui::RpcHub &hub) |
Variables | |
| static constexpr char const * | Nui::Detail::throttleStoreId = "ThrottleStore" |