Files
rust/src/libstd/comm
Alex Crichton 765a4e9fe3 Fix sending/try_recv on channels off the runtime
The fairness yield mistakenly called `Local::take()` which meant that it would
only work if a local task was available. In theory sending on a channel (or
calling try_recv) requires no runtime because it never blocks, so there's no
reason it shouldn't support such a use case.

Closes #12391
2014-02-19 16:53:00 -08:00
..
2014-02-11 19:58:44 -08:00
2014-02-18 08:05:35 +11:00
2014-02-17 13:59:25 -08:00
2014-02-17 13:59:25 -08:00