Structs§
- Scoped
Join Set - A scoped variant of
tokio::task::JoinSet
that ensures all futures outlive'scope
, while allowing them to be spawned and awaited dynamically.
Enums§
- Join
Error - Represents failure when joining a task.
tokio::task::JoinSet
that ensures all futures outlive 'scope
,
while allowing them to be spawned and awaited dynamically.