Crate coroutine_state

Source
Expand description

Inspect the state of a Rust Future created by an async function.

Enums§

CoroutineState
State of a coroutine.

Functions§

coroutine_state
Get the current coroutine state of a Future.