Deduces std::unique_lock when adopting existing lock state.
std::unique_lock
Declared in <folly/synchronization/Lock.h>
<folly/synchronization/Lock.h>
template< typename Mutex, typename S> unique_lock<Mutex>( Mutex&, folly::adopt_lock_state_t, S) -> unique_lock<Mutex>;