[][src]Crate greenthread_future

Convert closures to futures based on greenthread on bare-metal (no_std + no_alloc).

Functions

yield_now

Cooperatively gives up the CPU to the executor.

Unions

ThreadFuture

Future that wraps a blocking thread.