Struct async_lock::futures::LockArc
source · pub struct LockArc<T: ?Sized>(_);
Expand description
The future returned by Mutex::lock_arc
.
Trait Implementations§
impl<T: ?Sized> Unpin for LockArc<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for LockArc<T>
impl<T: ?Sized> Send for LockArc<T>where T: Send,
impl<T: ?Sized> Sync for LockArc<T>where T: Send + Sync,
impl<T> !UnwindSafe for LockArc<T>
Blanket Implementations§
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more