tokio-io-pool

Crates.iotokio-io-pool
lib.rstokio-io-pool
version0.2.0-alpha.4
sourcesrc
created_at2018-07-12 17:10:54.369021
updated_at2020-04-07 16:00:33.747965
descriptionAlternative tokio thread pool for executing short, I/O-heavy futures efficiently
homepagehttps://github.com/jonhoo/tokio-io-pool
repositoryhttps://github.com/jonhoo/tokio-io-pool.git
max_upload_size
id73951
size38,330
Jon Gjengset (jonhoo)

documentation

README

tokio-io-pool

Crates.io

This crate provided a thread pool for executing short, I/O-heavy futures efficiently.

It is no longer necessary following the scheduler improvements in tokio 0.2.0-alpha.7, which handle concurrent I/O on many sockets much better than the old scheduler did. Tokio 0.2 also does not allow the same hooks to provide a custom scheduler, so even if it were necessary, updating tokio-io-pool to work as "transparently" as it did with tokio 0.1 would be difficult. For that reason, this project has been discontinued. If you find an issue with tokio's performance, file it as a tokio bug :)

Commit count: 38

cargo fmt