futures-bufio

Crates.iofutures-bufio
lib.rsfutures-bufio
version0.2.0
created_at2017-09-04 04:14:36.148326+00
updated_at2017-09-07 04:35:58.969036+00
descriptionBuffered IO with futures on top of a threadpool for blocking IO
homepage
repositoryhttps://github.com/twmb/futures-bufio
max_upload_size
id30443
size36,663
Travis Bischel (twmb)

documentation

https://docs.rs/futures-bufio

README

futures-bufio

Build Status Crates.io Documentation

Buffered IO with futures on top of a threadpool for blocking IO. This crate is primarily useful for readers or writers that cannot return EWOULDBLOCK, but may block or sleep (i.e., file IO).

This uses the nightly only feature conservative_impl_trait to make the types on non-allocating futures understable.

Commit count: 0

cargo fmt