#include <asio_timer_manager.hpp>
|
const std::chrono::steady_clock::duration | m_check_period { std::chrono::seconds{ 1 } } |
| Check period for timer events.
|
|
Definition at line 99 of file asio_timer_manager.hpp.
◆ factory_t() [1/2]
restinio::asio_timer_manager_t::factory_t::factory_t |
( |
| ) |
|
|
inlinenoexcept |
◆ factory_t() [2/2]
restinio::asio_timer_manager_t::factory_t::factory_t |
( |
std::chrono::steady_clock::duration | check_period | ) |
|
|
inlinenoexcept |
◆ create()
auto restinio::asio_timer_manager_t::factory_t::create |
( |
asio_ns::io_context & | io_context | ) |
const |
|
inline |
◆ m_check_period
const std::chrono::steady_clock::duration restinio::asio_timer_manager_t::factory_t::m_check_period { std::chrono::seconds{ 1 } } |
The documentation for this struct was generated from the following file: