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.