用lambda函数改写std::asio的例子程序
摘要:#include "stdafx.h" #define ASIO_STANDALONE #include <iostream>#include <asio.hpp> void do_callback(asio::steady_timer& timer, int& count){ timer.asyn
阅读全文
posted @ 2019-08-21 09:04
posted @ 2019-08-21 09:04
posted @ 2019-08-20 14:33