1 unstable release
0.1.0 | Aug 22, 2019 |
---|
#33 in #single-threaded
105KB
2.5K
SLoC
fumio
fumio
is a runtime designed for single-threaded applications based on the std
futures API.
It consists of:
fumio-reactor
:mio
-based asynchronous IOfumio-pool
: single-threaded pool of futurestokio-timer
: time-related events
lib.rs
:
fumio runtime: combining IO, timers and futures in a single thread
Single-threaded pool of (non-Send
) futures
Time based events
Dependencies
~2.5MB
~41K SLoC