Module futures
tokio
1.40.0
Module futures
Structs
In tokio::sync
Modules
broadcast
futures
mpsc
oneshot
watch
Structs
AcquireError
Barrier
BarrierWaitResult
MappedMutexGuard
Mutex
MutexGuard
Notify
OnceCell
OwnedMappedMutexGuard
OwnedMutexGuard
OwnedRwLockMappedWriteGuard
OwnedRwLockReadGuard
OwnedRwLockWriteGuard
OwnedSemaphorePermit
RwLock
RwLockMappedWriteGuard
RwLockReadGuard
RwLockWriteGuard
Semaphore
SemaphorePermit
TryLockError
Enums
SetError
TryAcquireError
?
Settings
Module
tokio
::
sync
::
futures
Copy item path
source
·
[
−
]
Expand description
Named future types.
Structs
§
Notified
Future returned from
Notify::notified()
.