Module list

Source
Expand description

Types and traits for interacting with a group of futures.

Structs§

At
Represents a typed list of one or more background futures.
Empty
Represents a typed list of no background futures.
S
A marker type used for indexing futures in a group. This type represents the next future in a group.
Z
A marker type used for indexing futures in a group. This type represents the first future in a group.

Traits§

Detach
A trait that defines the operation of detaching a future of type F at index I.
FutList
A trait representing a list of background futures.