用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 litandy 阅读(510) 评论(0) 推荐(0) 编辑