Crate completion_core[][src]

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.