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
..
access.rs Remove some internal ~[] from several libraries. 2014-04-10 15:21:58 -07:00
addrinfo.rs Update the rest of the compiler with ~[T] changes 2014-04-18 10:57:10 -07:00
async.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
file.rs Update the rest of the compiler with ~[T] changes 2014-04-18 10:57:10 -07:00
homing.rs rustuv: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
idle.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
lib.rs std: Add an experimental connect_timeout function 2014-04-19 00:47:14 -07:00
macros.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
net.rs std: Add an experimental connect_timeout function 2014-04-19 00:47:14 -07:00
pipe.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
process.rs Update the rest of the compiler with ~[T] changes 2014-04-18 10:57:10 -07:00
queue.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
rc.rs rustuv: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
signal.rs std: Make std::comm return types consistent 2014-04-10 21:41:19 -07:00
stream.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
timer.rs std: Add an experimental connect_timeout function 2014-04-19 00:47:14 -07:00
tty.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
uvio.rs std: Add an experimental connect_timeout function 2014-04-19 00:47:14 -07:00
uvll.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00