Yoshua Wuyts
|
8a0e29473a
|
Merge pull request #446 from yjhmelody/stream-cloned
Add Stream cloned
|
5 years ago |
Yoshua Wuyts
|
2cb887e154
|
Merge pull request #465 from async-rs/non-pub-flatten
hide future::Flatten::new
|
5 years ago |
Yoshua Wuyts
|
929027796e
|
hide future::Flatten
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Yoshua Wuyts
|
9a8805678e
|
Merge pull request #443 from portgasd666/master
Added Future::flatten
|
5 years ago |
Yoshua Wuyts
|
a064a5b13e
|
Merge pull request #459 from stjepang/expose-ext-traits
Expose extension traits in preludes
|
5 years ago |
Stjepan Glavina
|
c34e0f8a35
|
Update futures to 0.3 (#463)
* Update futures to 0.3
* Fix a search-and-replace error
* Fix imports in tests
* Fix an import
|
5 years ago |
Stjepan Glavina
|
93b01e36ed
|
Clippy fixes (#462)
|
5 years ago |
Gabriel Majeri
|
d502453057
|
Remove doc `Stream` impl for `VecDeque` (#461)
|
5 years ago |
Yoshua Wuyts
|
3144e217ae
|
Merge pull request #458 from async-rs/rework-intro
rework lib.rs docs
|
5 years ago |
Stjepan Glavina
|
c3254d78d9
|
Fix a re-rexport
|
5 years ago |
Yoshua Wuyts
|
f4fb8a3534
|
change one line
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Yoshua Wuyts
|
1c87e97e9c
|
Apply suggestions from code review
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
|
5 years ago |
Stjepan Glavina
|
a757cc02dc
|
Expose extension traits in preludes
|
5 years ago |
Yoshua Wuyts
|
ae8b051892
|
rework lib.rs docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Stjepan Glavina
|
1707638ebb
|
Update mod.rs
|
5 years ago |
Yoshua Wuyts
|
84fa4ca068
|
Merge pull request #456 from stjepang/doc-fixes-links
Fix some links in docs
|
5 years ago |
Stjepan Glavina
|
43bb59cd02
|
Fix some links in docs
|
5 years ago |
yjh
|
5179f30d2d
|
use async_std::stream
|
5 years ago |
yjh
|
a35602f375
|
Update mod.rs
|
5 years ago |
Yoshua Wuyts
|
e14cc2a30d
|
Merge pull request #452 from stjepang/fix-deadlocks
Fix a deadlock in channel
|
5 years ago |
Stjepan Glavina
|
6d421de992
|
Fix another clippy warning
|
5 years ago |
Stjepan Glavina
|
5874392397
|
Fix a clippy warning
|
5 years ago |
Stjepan Glavina
|
e9edadffc7
|
Fix a deadlock in channel
|
5 years ago |
Yoshua Wuyts
|
282ae064fe
|
Merge pull request #449 from async-rs/strip-vecdeque
remove remaining instances of VecDeque stream
|
5 years ago |
yjh
|
e85bbe68e6
|
Merge branch 'master' into stream-cloned
|
5 years ago |
Abhishek C. Sharma
|
d7afcada76
|
Fixed ambiguous associated types
|
5 years ago |
Abhishek C. Sharma
|
e36172e808
|
Merge remote-tracking branch 'upstream/master'
|
5 years ago |
Abhishek C. Sharma
|
a3e68704bc
|
Wrap state enum in public struct
|
5 years ago |
yjh
|
8bef812e78
|
Update src/stream/stream/cloned.rs
Co-Authored-By: nasa <htilcs1115@gmail.com>
|
5 years ago |
yjh
|
bf0cd5987a
|
Update src/stream/stream/cloned.rs
Co-Authored-By: nasa <htilcs1115@gmail.com>
|
5 years ago |
Stjepan Glavina
|
20cdf73bb0
|
Simplify RwLock using WakerSet (#440)
|
5 years ago |
Yoshua Wuyts
|
ed1cb49807
|
remove remaining instances of VecDeque stream
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Stjepan Glavina
|
78614c6c1d
|
Clarify blocking in channel docs (#448)
|
5 years ago |
nasa
|
ddbbbfc32a
|
Replace `VecDeque` with `stream::from_iter` in examples (#447)
|
5 years ago |
yjhmelody
|
4942dc7f9f
|
Add Stream cloned
|
5 years ago |
Abhishek C. Sharma
|
e0910be8fb
|
Added Future::flatten
|
5 years ago |
Felipe Sere
|
57a6516e63
|
Make bounds on Stream impl simpler
|
5 years ago |
Felipe Sere
|
fbd5bd867d
|
Revert "Only one generic type needed"
This reverts commit e9b9284863a614b852c22d58205cb983fc26682a.
|
5 years ago |
Felipe Sere
|
9ee804f9ed
|
Only one generic type needed
|
5 years ago |
Felipe Seré
|
eaa56580e3
|
Update src/stream/stream/mod.rs
Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
|
5 years ago |
Felipe Sere
|
0186124aef
|
Simpler impl
|
5 years ago |
Felipe Sere
|
197253aa73
|
Run fmt
|
5 years ago |
Felipe Sere
|
19381fa590
|
One clippy warning
|
5 years ago |
Felipe Sere
|
ed5b095c73
|
Run fmt
|
5 years ago |
Felipe Sere
|
5aadc5e4e9
|
Make cycle a function on the stream type
|
5 years ago |
Felipe Sere
|
b979773505
|
Follow clippys advice
|
5 years ago |
Felipe Sere
|
fd09e2f248
|
Run fmt
|
5 years ago |
Felipe Sere
|
171cc82aed
|
Replace copy with clone bound
|
5 years ago |
Felipe Sere
|
83ff11ff4c
|
Switch cycle to stream
|
5 years ago |
Felipe Sere
|
e1ba87e7c1
|
Add slightly better docs
|
5 years ago |