this_thread
void swap( shared_lock<Mutex>& lhs,
专门针对 std::swap 算法 std::shared_lock。将 lhs 的状态与 rhs 的状态交换。实际上调用了 lhs.swap(rhs).
(无)
shared_lock