[][src]Module corona::coroutine

The Coroutine and related things.

Structs

Coroutine

A builder of coroutines.

CoroutineResult

A Future representing a completion of a coroutine.

Enums

CleanupStrategy

Controls how a cleanup happens if the driving executor is dropped while a coroutine lives.

Functions

spawn

Spawns a new coroutine.