Skip to content

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

License

Notifications You must be signed in to change notification settings

twmb/futures-bufio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages