rust/src/libnative/io
Alex Crichton 7858065113 std: Rename Chan/Port types and constructor
* Chan<T> => Sender<T>
* Port<T> => Receiver<T>
* Chan::new() => channel()
* constructor returns (Sender, Receiver) instead of (Receiver, Sender)
* local variables named `port` renamed to `rx`
* local variables named `chan` renamed to `tx`

Closes #11765
2014-03-13 13:23:29 -07:00
..
addrinfo.rs native: be more const correct with the FFI calls. 2014-02-24 01:15:39 +11:00
file_unix.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
file_win32.rs Remove remaining nolink usages.(fixes #12810) 2014-03-12 15:01:25 -07:00
mod.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
net.rs native: Improve windows file handling 2014-02-27 12:03:57 -08:00
pipe_unix.rs native: Improve windows file handling 2014-02-27 12:03:57 -08:00
pipe_win32.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
process.rs std: Avoid using "{:?}" in format strings 2014-02-28 12:24:50 -08:00
timer_helper.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
timer_other.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
timer_timerfd.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
timer_win32.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00