Can I use stackful coroutine and boost::asio::steady_timer::async_wait in the following way? The point is that (my understanding, not sure) during waiting, loca
boost::asio::steady_timer::async_wait
yes - it should work. boost::asio::steady_timer timer(io) registers the timer on the io-service.