Carl Lerche
|
08099bb2d3
|
net: rewrite TcpStream::connect with async fn (#1497)
This also removes `TcpStream::connect_std` as the conversion functions
from `std` need to be rethought. A note tracking this has been added
to #1209.
|
2019-08-27 12:08:28 -07:00 |
|
Jon Gjengset
|
a285689664
|
net: shutdown TCP write when asked to shut down (#1488)
|
2019-08-21 10:41:51 -07:00 |
|
Taiki Endo
|
a791f4a758
|
chore: bump to newer nightly (#1485)
|
2019-08-20 20:07:16 -07:00 |
|
Ivan Petkov
|
357df38861
|
process: move into the tokio-net crate (#1475)
|
2019-08-19 19:42:54 -07:00 |
|
Ivan Petkov
|
08b07afbd9
|
signal: remove new() constructors in favor of free functions (#1472)
* Also removed any `*_with_handle` related methods in favor of always
using the default reactor
|
2019-08-18 14:22:09 -07:00 |
|
Carl Lerche
|
c187cd75b6
|
signal: move into tokio-net (#1463)
|
2019-08-17 13:43:55 -07:00 |
|
Carl Lerche
|
a83f5e4ba6
|
uds: move into tokio-net (#1462)
|
2019-08-16 14:42:05 -07:00 |
|
Carl Lerche
|
ce7e60e396
|
udp: move tokio-udp into tokio-net (#1459)
|
2019-08-16 07:26:10 -07:00 |
|
Carl Lerche
|
4788d3a9e3
|
tcp: move tokio-tcp into tokio-net (#1456)
|
2019-08-15 20:37:25 -07:00 |
|