#executor #future #single-thread

synchrotron

A single-threaded busy-wait executor based on futures

1 unstable release

Uses old Rust 2015

0.1.0 Mar 29, 2017

#146 in #executor

MIT/Apache

12KB
252 lines

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.


lib.rs:

A single-threaded busy-wait executor.

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

Dependencies

~89KB