rust/src/libnative/io
Alex Crichton 03e91573c7 Don't read forever on a file descriptor
Similarly to the recent commit to do this for networking, there's no reason that
a read on a file descriptor should continue reading until the entire buffer is
full. This makes sense when dealing with literal files, but when dealing with
things like stdin this doesn't make sense.
2014-01-06 16:32:51 -08:00
..
file.rs Don't read forever on a file descriptor 2014-01-06 16:32:51 -08:00
mod.rs Handle EINTR throughout libnative 2014-01-05 09:19:40 -08:00
net.rs Don't wait for a full buffer when reading TCP 2014-01-06 00:08:18 -08:00
process.rs Handle EINTR throughout libnative 2014-01-05 09:19:40 -08:00