1 unstable release
Uses old Rust 2015
0.1.0 | Mar 29, 2017 |
---|
#148 in #executor
12KB
252 lines
synchrotron
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