Files
rust/src/libnative/io
Alex Crichton 04eced750e std: Improve pipe() functionality
* os::pipe() now returns IoResult<os::Pipe>
* os::pipe() is now unsafe because it does not arrange for deallocation of file
  descriptors
* os::Pipe fields are renamed from input to reader and out to write.
* PipeStream::pair() has been added. This is a safe method to get a pair of
  pipes.
* Dealing with pipes in native process bindings have been improved to be more
  robust in the face of failure and intermittent errors. This converts a few
  fail!() situations to Err situations.

Closes #9458
cc #13538
Closes #14724
[breaking-change]
2014-06-16 10:53:49 -07:00
..
2014-06-12 21:15:14 +03:00
2014-06-13 13:53:55 -07:00
2014-06-16 10:53:49 -07:00
2014-06-15 23:30:24 -07:00
2014-06-15 23:30:24 -07:00
2014-06-15 23:30:24 -07:00
2014-06-16 10:53:49 -07:00
2014-06-15 23:30:24 -07:00
2014-06-06 22:19:57 -07:00