Declared in <folly/coro/SharedLock.h>
<folly/coro/SharedLock.h>
bool try_lock() noexcept(/* see-below */);
This function is potentially-throwing unless noexcept(typename Policy::try_lock_fn{}(*this->mutex_)).
noexcept(typename Policy::try_lock_fn{}(*this->mutex_))