一次性定时
asio::io_context io;
asio::steady_timer t(io, asio::chrono::seconds(5));
t.async_wait([](const std::error_code &ec){
cout
关注
打赏