Files
rust/src/libstd
mitchmindtree 8aeb9303e9 add a non blocking iterator for the mpsc::Receiver
Currently, the `mpsc::Receiver` offers methods for receiving values in
both blocking (`recv`) and non-blocking (`try_recv`) flavours. However
only blocking iteration over values is supported. This commit adds a
non-blocking iterator to complement the `try_recv` method, just as the
blocking iterator complements the `recv` method.
2016-07-08 22:12:36 +10:00
..
2016-06-19 15:14:51 +03:00
2016-06-15 13:06:48 +03:00
2016-06-29 16:08:32 -07:00
2016-06-21 23:30:15 +01:00
2016-07-03 10:02:24 +02:00