Module async_lock::futures
source · Expand description
Named futures for use with async_lock
primitives.
Structs§
- The future returned by
Semaphore::acquire
. - The future returned by
Semaphore::acquire_arc
. - The future returned by
Barrier::wait()
. - The future returned by
Mutex::lock
. - The future returned by
Mutex::lock_arc
. - The future returned by
RwLock::read
. - The future returned by
RwLock::read_arc
. - The future returned by
RwLock::upgradable_read
. - The future returned by
RwLock::upgradable_read_arc
. - The future returned by
RwLockUpgradableReadGuard::upgrade
. - The future returned by
RwLockUpgradableReadGuardArc::upgrade
. - The future returned by
RwLock::write
. - The future returned by
RwLock::write_arc
.