Crate scoped_join_set

Source

Structs§

ScopedJoinSet
A scoped variant of tokio::task::JoinSet that ensures all futures outlive 'scope, while allowing them to be spawned and awaited dynamically.

Enums§

JoinError
Represents failure when joining a task.