#single-threaded #executor #single-thread #future

synchrotron

A single-threaded busy-wait executor based on futures

1 unstable release

Uses old Rust 2015

0.1.0 Mar 29, 2017

#11 in #single-thread

MIT/Apache

12KB
252 lines

A single-threaded busy-wait executor.

All tasks are cooperatively run on the same thread and no I/O polling is done.


synchrotron

Documentation Crates.io Travis CI Build Status

Documentation for master branch

An simple busy-wait executor based on futures that runs on a single thread.

Dependencies

~91KB