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.
5 years ago
k-nasa
2221441a4c
feat: Implement Clone trait for DirEntry
5 years ago
Oleg Nosov
ed7ddacb28
Rewrote `Result`s implementation using `take_while` and `filter_map`
5 years ago
nasa
d283352a9a
update broadcastor to 1.0.0 ( #681 )
5 years ago
Oleg Nosov
ed248017b4
Use internal `scan` state in `Result`s implementation
5 years ago
Yoshua Wuyts
0eb5ca14ac
Merge pull request #676 from k-nasa/async_task_bump_to1.2.1
...
update async-task to 1.2.1
5 years ago
Oleg Nosov
38de0bfd22
Use `std::convert::identity`
5 years ago
Oleg Nosov
134089af2c
Use `filter_map(identity)` + other fixes
5 years ago
k-nasa
b72dd83726
update async-task to 1.2.1
5 years ago
k-nasa
ee102dfc9e
docs: Add stream::timeout example when timeout error
5 years ago
nasa
1071e82132
Merge pull request #671 from Noah-Kennedy/udp-socket-send-doc
...
Fix docs for UdpSocket::send
5 years ago
noah
0a52864764
Revert "Fixes https://github.com/async-rs/async-std/issues/652 "
...
This reverts commit a4f68066
5 years ago
noah
76993dd755
Revert "Fixes https://github.com/async-rs/async-std/issues/652 "
...
This reverts commit a4f68066
5 years ago
Yoshua Wuyts
133e30e6f6
Merge pull request #615 from lqf96/pending-stream
...
Add an implementation of pending stream
5 years ago
nasa
76ed174fd5
Version up of dependent crate ( #672 )
5 years ago
k-nasa
f53fcbb706
test,docs: Add stream::pending example code
5 years ago
k-nasa
e9357c0307
style: Run `cargo fmt`
5 years ago
Qifan Lu
879e14c6ab
Remove size_hint from Stream impl
5 years ago
Qifan Lu
f8dd3d9816
Add stream::pending::{pending, Pending}
5 years ago
noah
a4f6806605
Fixes https://github.com/async-rs/async-std/issues/652
5 years ago
Yoshua Wuyts
5d5064b871
add FromStream Result example ( #643 )
...
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
nasa
0ed0d63094
Remove unnecessary trait bound on FlatMap ( #651 )
...
* Remove unnecessary trait bound on FlatMap
* test: upgrade test code
5 years ago
Paul Colomiets
0029037883
async-listen crate: Add `error_hint()` invocation
5 years ago
Oleg Nosov
fb567a3a09
Recovered comments
5 years ago
Oleg Nosov
83afbab2ef
Use `take_while` instead of `scan` for `Option`
5 years ago
Paul Colomiets
c8c075615c
book: Add Production-ready Accept Loop section
...
Part of the #658 work
5 years ago
Yoshua Wuyts
98d45f4be1
Merge pull request #647 from dignifiedquire/feat/unstable-without-default
...
feat: do not require default feature for unstable
5 years ago
dignifiedquire
9c6ab5e7c3
fix
5 years ago
dignifiedquire
9c9ab90da3
feature gate random
5 years ago
dignifiedquire
5bf3d95313
feat: do not require default feature for unstable
5 years ago
Yoshua Wuyts
1f78efec64
Merge pull request #660 from mehcode/mehcode-ecosystem
...
Showcase the ecosystem
5 years ago
Yoshua Wuyts
383057b8ea
Merge pull request #659 from alfiedotwtf/master
...
Tiny grammar fix
5 years ago
Yoshua Wuyts
763862acc7
Merge pull request #661 from async-rs/fix-ci
...
remove usage of deprecated Error method to fix CI
5 years ago
Yoshua Wuyts
e2bb79c207
Merge pull request #648 from spacekookie/master
...
Fixing inaccurate function description in udp::recv
5 years ago
Yoshua Wuyts
57a62797f2
Merge pull request #655 from u32i64/patch-1
...
Fix crate documentation typo
5 years ago
Yoshua Wuyts
dfb0c8124c
remove usage of deprecated method
...
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
Ryan Leckey
d806a09599
Add a section on the async ecosystem to showcase crates that use async-std
5 years ago
Alfie John
af2d46d9b9
Tiny grammar fix
5 years ago
Artem Varaksa
65d7950df1
Fix crate documentation typo
5 years ago
nasa
6d69a3e368
Merge pull request #650 from senden9/patch-1
...
Fix typo in stream documentation
5 years ago
Stefano Probst
c3d5dba1b5
Fix typo in stream documentation
5 years ago
Katharina Fey
081166f204
Fixing inaccurate function description in udp::recv
5 years ago
Yoshua Wuyts
fee3b6f603
Merge pull request #645 from async-rs/remove-tokio-mention
...
update stream::Interval internal comments left over from migration
5 years ago
Yoshua Wuyts
b3942ecfa8
remove tokio mention
...
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
Yoshua Wuyts
86d3d74180
Merge pull request #637 from async-rs/v1.4.0
...
1.4.0
5 years ago
Yoshua Wuyts
3fd6d8b02e
1.4.0
...
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
nasa
0d4b4cd260
Merge pull request #600 from miker1423/future-timeout
...
Adding timeout extension method to Future trait
5 years ago
Miguel Pérez García
ef021dcb2b
Changing test condition
5 years ago
Miguel Pérez García
eedf1d3367
Fixing docs
5 years ago
Miguel Pérez García
97b4901b75
Fixing tests
5 years ago