Expand description
Core traits and types for completion-based asynchronous programming.
See completion for utilities based on this.
Traitsยง
- Completion
Future - A
Future
that must be polled to completion. - Completion
Stream - A
Stream
where each value must be polled to completion.