#include <basic_waitable_timer.hpp>
|
| std::shared_ptr< boost::asio::io_context > | io_context_ |
| |
| boost::asio::basic_waitable_timer< std::chrono::system_clock > | timer_ |
| |
Implementation of timer over boost::asio::basic_waitable_timer
Definition at line 17 of file basic_waitable_timer.hpp.
| kagome::clock::BasicWaitableTimer::BasicWaitableTimer |
( |
std::shared_ptr< boost::asio::io_context > |
io_context | ) |
|
|
explicit |
| kagome::clock::BasicWaitableTimer::~BasicWaitableTimer |
( |
| ) |
|
|
overridedefault |
| void kagome::clock::BasicWaitableTimer::asyncWait |
( |
const std::function< void(const std::error_code &)> & |
h | ) |
|
|
overridevirtual |
| void kagome::clock::BasicWaitableTimer::cancel |
( |
| ) |
|
|
overridevirtual |
| std::shared_ptr<boost::asio::io_context> kagome::clock::BasicWaitableTimer::io_context_ |
|
private |
| boost::asio::basic_waitable_timer<std::chrono::system_clock> kagome::clock::BasicWaitableTimer::timer_ |
|
private |
The documentation for this class was generated from the following files: