#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

#1843 in Asynchronous

Download history 7/week @ 2024-02-19 10/week @ 2024-02-26 4/week @ 2024-03-04 5/week @ 2024-03-11 65/week @ 2024-04-01 9/week @ 2024-04-15

74 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