this_thread
void swap( shared_lock<Mutex>& lhs,
为 std::shared_lock 特化 std::swap 算法。交换 lhs 与 rhs 的内部状态。相当于调用 lhs.swap(rhs)。
(无)