rust/src/libstd/comm
Alex Crichton 80f92f5c5f std: Relax an assertion in oneshot selection
The assertion was erroneously ensuring that there was no data on the port when
the port had selection aborted on it. This assertion was written in error
because it's possible for data to be waiting on a port, even after it was
disconnected. When aborting selection, if we see that there's data on the port,
then we return true that data is available on the port.

Closes #12802
2014-03-12 13:39:47 -07:00
..
mod.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
oneshot.rs std: Relax an assertion in oneshot selection 2014-03-12 13:39:47 -07:00
select.rs std: Relax an assertion in oneshot selection 2014-03-12 13:39:47 -07:00
shared.rs fix typos with with repeated words, just like this sentence. 2014-03-06 20:19:14 +09:00
stream.rs