Searched refs:TryLockError (Results 1 – 1 of 1) sorted by relevance
6 use tokio::sync::{Mutex, OwnedMutexGuard, Semaphore, TryLockError};54 pub fn try_lock(&self) -> Result<OwnedMutexGuard<T>, TryLockError> { in try_lock() argument