async-std/src
Stjepan Glavina bc24503382
Fix deadlock when all receivers are dropped (#474)
* Fix deadlock when all receivers are dropped

* Add a comment to explain the behavior of try_send

* Disable clippy
2019-11-07 22:01:36 +00:00
..
collections Rename stream_extend to extend (#464) 2019-11-07 21:46:58 +00:00
fs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
future Minor documentation fix for race and try_race (#473) 2019-11-07 19:19:05 +00:00
io Merge pull request #459 from stjepang/expose-ext-traits 2019-11-07 02:48:50 +01:00
net Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
option remove remaining instances of VecDeque stream 2019-11-04 01:57:53 +01:00
os Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
path document path submodule (#467) 2019-11-07 21:48:23 +00:00
pin Cleanup: replace cfg-if with our macros (#361) 2019-10-17 19:17:49 +02:00
process Add process submodule as unstable (#310) 2019-10-14 15:51:47 +02:00
result Replace VecDeque with stream::from_iter in examples (#447) 2019-11-03 13:40:51 +01:00
stream Rename stream_extend to extend (#464) 2019-11-07 21:46:58 +00:00
string Rename stream_extend to extend (#464) 2019-11-07 21:46:58 +00:00
sync Fix deadlock when all receivers are dropped (#474) 2019-11-07 22:01:36 +00:00
task Clippy fixes (#462) 2019-11-06 19:29:17 +00:00
unit Rename stream_extend to extend (#464) 2019-11-07 21:46:58 +00:00
vec Rename stream_extend to extend (#464) 2019-11-07 21:46:58 +00:00
lib.rs change one line 2019-11-06 01:04:46 +01:00
macros.rs Cleanup: replace cfg-if with our macros (#361) 2019-10-17 19:17:49 +02:00
prelude.rs Fix a re-rexport 2019-11-06 01:17:35 +01:00
utils.rs Expose extension traits in preludes 2019-11-06 00:21:32 +01:00