this_thread
void swap( shared_lock<Mutex>& lhs,
特化 std::swap 算法以用于 std::shared_lock。交换 lhs 与 rhs 的状态。实际上调用 lhs.swap(rhs)。
(无)
shared_lock