You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
async-std/src
Katharina Fey 81aa6d152a Changing task::block_on to park after a single poll (#684)
This was previously discussed in #605 and others as a source of high
CPU load when sleeping tasks because of the overhead created by
retrying a future in short succession.
4 years ago
..
collections Cleaning up stream pinning. 5 years ago
fs Merge pull request #571 from killercup/more-errors 5 years ago
future feat: do not require default feature for unstable 4 years ago
io feat: do not require default feature for unstable 4 years ago
net Revert "Fixes https://github.com/async-rs/async-std/issues/652" 4 years ago
option Cleaning up stream pinning. 5 years ago
os mark windows fs APIs as "unstable" (#567) 5 years ago
path Cleaning up stream pinning. 5 years ago
pin Cleanup: replace cfg-if with our macros (#361) 5 years ago
process Add process submodule as unstable (#310) 5 years ago
result add FromStream Result example (#643) 4 years ago
stream test,docs: Add stream::pending example code 4 years ago
string Cleaning up stream pinning. 5 years ago
sync Make code compile 4 years ago
task Changing task::block_on to park after a single poll (#684) 4 years ago
unit Cleaning up stream pinning. 5 years ago
vec Cleaning up stream pinning. 5 years ago
lib.rs feat: do not require default feature for unstable 4 years ago
macros.rs Run cargo fmt for doc comments (#515) 5 years ago
prelude.rs Cleanup stream traits (#487) 5 years ago
utils.rs fix 4 years ago