示例#1
0
文件: thread.hpp 项目: microcai/boost
 void
 join()
 {
     t_.join();
     s_->propagate_abort();
 }