futures-bufio 0.2.0

Buffered IO with futures on top of a threadpool for blocking IO
Documentation

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.