Mutex::blocking_lock_owned #5109
Labels
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
M-sync
Module: tokio/sync
There is
Mutex::try_lock_owned
andMutex::lock_owned
, but I wasn't able to find aMutex::blocking_lock_owned
. Is there any specific reason for this omission?Or is there a way to get the same behavior using the existing API somehow?
The text was updated successfully, but these errors were encountered: