Crates.io | fumio |
lib.rs | fumio |
version | 0.1.0 |
source | src |
created_at | 2019-08-22 16:27:24.568208 |
updated_at | 2019-08-22 16:27:24.568208 |
description | a std futures runtime with IO and timers |
homepage | https://github.com/stbuehler/rust-fumio |
repository | https://github.com/stbuehler/rust-fumio |
max_upload_size | |
id | 158911 |
size | 14,808 |
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