摘要: 从executor_work_guard.hpp可知,executor_work_guard的构造和析构分别调用了 executor_.on_work_started(); 和 executor_.on_work_finished(); executor_是executor_work_guard绑定 阅读全文
posted @ 2020-09-18 11:39 FL1188 阅读(2792) 评论(0) 推荐(1)