tokio/tokio-io
Carl Lerche 2f91c85ad8
io: bring back split utility (#1521)
Bring back `split` utility as a free fn instead of a method on
`AsyncRead`. This utility wraps the `stream` in an `Arc` and uses mutual
exclusion to ensure correct access.

Additionally, the specialized `split_mut` fn on TcpStream and UdsStream
is promoted to `split`.
2019-08-30 20:46:07 -07:00
..
2019-08-30 20:46:07 -07:00
2019-08-29 12:59:10 -07:00
2019-08-29 12:59:10 -07:00
2019-01-06 23:25:55 -08:00

tokio-io

Core I/O abstractions for the Tokio stack.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, shall be licensed as MIT, without any additional terms or conditions.