]> git.lizzy.rs Git - rust.git/commit
auto merge of #12855 : alexcrichton/rust/shutdown, r=brson
authorbors <bors@rust-lang.org>
Fri, 14 Mar 2014 04:06:34 +0000 (21:06 -0700)
committerbors <bors@rust-lang.org>
Fri, 14 Mar 2014 04:06:34 +0000 (21:06 -0700)
commit4443fb3cfa945cf7cb791cf8f2ec81b7faf25132
treec8f6ce3665e52cee6b0bff3a55aa0116a61af1c6
parent98fa0f89b1cd406594bedc5803a1b6db53990a15
parenta63deeb3d32fc21f36d484d62a3ea1d3d0c82500
auto merge of #12855 : alexcrichton/rust/shutdown, r=brson

This is something that is plausibly useful, and is provided by libuv. This is
not currently surfaced as part of the `TcpStream` type, but it may possibly
appear in the future. For now only the raw functionality is provided through the
Rtio objects.
src/librustuv/net.rs
src/libstd/io/net/tcp.rs
src/libstd/libc.rs
src/libstd/rt/rtio.rs