rust/src/librustuv
Alex Crichton 3915e17cd7 std: Add an experimental connect_timeout function
This adds a `TcpStream::connect_timeout` function in order to assist opening
connections with a timeout (cc #13523). There isn't really much design space for
this specific operation (unlike timing out normal blocking reads/writes), so I
am fairly confident that this is the correct interface for this function.

The function is marked #[experimental] because it takes a u64 timeout argument,
and the u64 type is likely to change in the future.
2014-04-19 00:47:14 -07:00
..
2014-04-04 09:31:44 -07:00
2014-04-04 09:31:44 -07:00
2014-04-18 17:25:34 -07:00
2014-04-04 09:31:44 -07:00
2014-04-04 09:31:44 -07:00
2014-04-04 09:31:44 -07:00