Oleg Nosov
|
2323ac9a8e
|
Apply suggestions from code review
Co-authored-by: nasa <htilcs1115@gmail.com>
|
5 years ago |
Oleg Nosov
|
68063adddf
|
Add link to tests
|
5 years ago |
Oleg Nosov
|
d7cab38b67
|
`core` => `std`
|
5 years ago |
Oleg Nosov
|
32068942a6
|
Fixed `flatten`
|
5 years ago |
Oleg Nosov
|
85c32ef9d2
|
Use `assert` without `if`-clause
|
5 years ago |
Oleg Nosov
|
b68be72763
|
Use `assert` instead of `panic`
|
5 years ago |
Oleg Nosov
|
c80915e216
|
Dont spawn thread in tests
|
5 years ago |
Oleg Nosov
|
303ac90b7c
|
Fixed `flat_map`
|
5 years ago |
Oleg Nosov
|
83afbab2ef
|
Use `take_while` instead of `scan` for `Option`
|
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 |
Miguel Pérez García
|
1eeb1019e9
|
Fixing example
|
5 years ago |
Miguel Pérez García
|
980a1f7834
|
Correcting docs on function
|
5 years ago |
nasa
|
d2c25f483a
|
Merge pull request #635 from async-rs/revert-629-update-log
Revert "upgrade log, remove kv-log-macro"
|
5 years ago |
nasa
|
d8befe24e8
|
Revert "upgrade log, remove kv-log-macro"
|
5 years ago |
Florian Gilcher
|
c7cf1934db
|
Merge pull request #629 from async-rs/update-log
upgrade log, remove kv-log-macro
|
5 years ago |
Yoshua Wuyts
|
37d8a013de
|
Merge pull request #633 from k-nasa/fix_io_export
fix missing export for the return value
|
5 years ago |
k-nasa
|
43f4f393af
|
fix missing export for the return value
|
5 years ago |
Yoshua Wuyts
|
61eb52cb36
|
Merge pull request #625 from nbdd0121/sync_unsized
Use ?Sized in Mutex and RwLock
|
5 years ago |
Yoshua Wuyts
|
6f4dcad6a0
|
Merge pull request #630 from async-rs/fix-ci-2
fix ci
|
5 years ago |
Yoshua Wuyts
|
60de8e1082
|
up time limits
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Yoshua Wuyts
|
cac4e081cc
|
Merge pull request #628 from fenhl/patch-1
Make WriteFmtFuture must_use
|
5 years ago |
Yoshua Wuyts
|
8ad1d23116
|
fix ci
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Yoshua Wuyts
|
019aa14898
|
Merge pull request #621 from async-rs/fix-doc-hiccup
fix stream doc hiccup
|
5 years ago |
Yoshua Wuyts
|
b7e55762d8
|
upgrade log, remove kv-log-macro
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Yoshua Wuyts
|
c70552ead5
|
unpub double_ended_stream
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Fenhl
|
07eb2c1280
|
Make WriteFmtFuture must_use
Fixes #627. Thanks to @jebrosen for pointing out the location of the issue.
|
5 years ago |
Gary Guo
|
732ef10f98
|
Make code compile
|
5 years ago |