Module tokio::task::join_set

source ·
Expand description

A collection of tasks spawned on a Tokio runtime.

This module provides the JoinSet type, a collection which stores a set of spawned tasks and allows asynchronously awaiting the output of those tasks as they complete. See the documentation for the JoinSet type for details.

Structs

  • A collection of tasks spawned on a Tokio runtime.