摘要: class ThreadRAII { public: // whether join or detach should be called, // when a this object is destroyed. enum class DtorAction { join, detach }; Thr 阅读全文
posted @ 2016-02-14 01:27 wu_overflow 阅读(287) 评论(0) 推荐(0) 编辑