1 unstable release
Uses old Rust 2015
| 0.1.0 | Mar 29, 2017 |
|---|
#11 in #single-thread
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 for master branch
An simple busy-wait executor based on futures that runs on a single thread.
Dependencies
~91KB