Crate completion_core

Source
Expand description

Core traits and types for completion-based asynchronous programming.

See completion for utilities based on this.

Traitsยง

CompletionFuture
A Future that must be polled to completion.
CompletionStream
A Stream where each value must be polled to completion.