Crates.io | futures-bufio |
lib.rs | futures-bufio |
version | 0.2.0 |
source | src |
created_at | 2017-09-04 04:14:36.148326 |
updated_at | 2017-09-07 04:35:58.969036 |
description | Buffered IO with futures on top of a threadpool for blocking IO |
homepage | |
repository | https://github.com/twmb/futures-bufio |
max_upload_size | |
id | 30443 |
size | 36,663 |
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.