#executor #future #io #async

no-std direct-executor

An executor that directly executes futures, suitable for embedded environments

3 releases (breaking)

0.3.0 Jan 13, 2020
0.2.0 Jan 13, 2020
0.1.0 Jan 12, 2020

#1813 in Asynchronous

26 downloads per month
Used in 2 crates

MIT/Apache

5KB
53 lines

direct-executor

An executor that directly executes futures, with an optional customizable wait operation.

Documentation


lib.rs:

direct-executor

An executor that directly executes futures, with an optional customizable wait operation.

Dependencies

~6KB