#include "async.hpp"Namespaces | |
| namespace | dcn |
| namespace | dcn::async |
Functions | |
| asio::awaitable< void > | dcn::async::watchdog (std::chrono::steady_clock::time_point &deadline) |
| Suspends the coroutine until the given deadline is reached. | |
| asio::awaitable< void > | dcn::async::ensureOnStrand (const asio::strand< asio::io_context::executor_type > &strand) |