2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-31 01:35:33 +00:00
async-std/src
Stjepan Glavina 3dd59d7056
Refactor the task module (#421)
* Refactor the task module

* Fix clippy warning

* Simplify task-local entries

* Reduce the amount of future wrapping

* Cleanup

* Simplify stealing
2019-11-01 02:45:33 +01:00
..
collections $cargo fmt 2019-10-08 10:50:30 +09:00
fs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
future fix indent 2019-10-29 09:27:35 +09:00
io Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
net Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
option Add Stream::sum() and Stream::product() implementations 2019-10-22 20:30:27 -04:00
os Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
path Merge pull request #375 from sunjay/fromstream-pathbuf 2019-10-28 10:34:48 +01: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 Add Stream::sum() and Stream::product() implementations 2019-10-22 20:30:27 -04:00
stream Merge pull request #409 from yjhmelody/stream-min 2019-11-01 00:41:54 +01:00
string refactor: optimizing allocations 2019-10-08 00:06:49 +09:00
sync Add feedback from review 2019-10-29 10:56:33 +01:00
task Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
unit FromStream for () 2019-10-04 10:08:07 -04:00
vec refactor: optimizing allocations 2019-10-08 00:06:49 +09:00
lib.rs fix doc recursion limit 2019-10-28 12:42:23 +01:00
macros.rs Cleanup: replace cfg-if with our macros (#361) 2019-10-17 19:17:49 +02:00
prelude.rs Cleanup: replace cfg-if with our macros (#361) 2019-10-17 19:17:49 +02:00
utils.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00