Expand description
Application-specific request completion semantics.
Structs§
- Complete
OnResponse - A
TrackCompletion
implementation that considers the request completed when the response future is resolved. - Track
Completion Future - Attaches a
C
-typed completion tracker to the result of anF
-typedFuture
.
Traits§
- Track
Completion - Attaches
H
-typed completion tracker toV
typed values.