Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
futures-io 0.2.0 - Docs.rs
[go: Go Back, main page]

futures-io 0.2.0

The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
Documentation

Asynchronous I/O

This crate contains the AsyncRead and AsyncWrite traits, the asynchronous analogs to std::io::{Read, Write}. The primary difference is that these traits integrate with the asynchronous task system.