Module corona::prelude [] [src]

A module for wildcard import.

This contains some traits and general types that are meant to be wildcard importet. These are extension traits, attaching more methods to existing types.

Each of the main futures trait has one extension crate here. Also, the Coroutine is included, as the main type of the library.

All of these things are internally delegated to the Coroutine::wait method and are mostly for convenience.

Structs

Coroutine

A builder of coroutines.

Traits

CoroutineFuture

An extension crate for the Future trait.

CoroutineSink

An extension trait for Sink.

CoroutineStream

An extension trait for Streams.