issues
search
rust-lang
/
futures-rs
Zero-cost asynchronous programming in Rust
https://rust-lang.github.io/futures-rs/
Apache License 2.0
5.4k
stars
626
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Simplify Fuse::poll to use a match expression and `map` instead of `return` and `ready!`
#2694
Lucretiel
closed
1 year ago
1
Implement `FusedStream` for all streams in `ReadyChunks`
#2693
jongiddy
closed
1 year ago
0
then_concurrent / map_concurrent
#2692
FredrikNoren
closed
1 year ago
1
Add `Either::as_pin_mut` and `Either::as_pin_ref`
#2691
thomaseizinger
closed
1 year ago
4
add is_some and is_none to OptionFuture
#2690
MarinPostma
opened
1 year ago
1
FuturesOrdered: handle index overflow correctly
#2689
taiki-e
closed
11 months ago
1
Update portable-atomic to 1.0
#2688
taiki-e
closed
1 year ago
0
Remove incorrect error behavior from `ready_chunks` docs
#2687
jongiddy
closed
1 year ago
0
#2600 fix panic when Unfold sink return an error
#2686
erebe
closed
1 year ago
0
docs: io ReadHalf/WriteHalf docs are outdated
#2685
taiki-e
opened
1 year ago
0
Update no_atomic_cas.rs
#2684
github-actions[bot]
closed
1 year ago
0
Set to `None` only if necessary
#2683
EFanZh
closed
1 year ago
0
docs: io types' getter docs mentions "sink or stream", but it is reader or writer
#2681
taiki-e
opened
1 year ago
0
Idea: Implement AsyncSeek for Take<R> if R is AsyncSeek
#2680
Xuanwo
opened
1 year ago
2
Improve `try_join_all` and `FuturesUnordered` docs
#2679
ibraheemdev
closed
1 year ago
0
Fuse, and therefore other adapters like Peekable, are incompatible with FuturesUnordered
#2678
sunshowers
opened
1 year ago
1
impl Future for stream::{Buffered, BufferUnordered, FuturesOrdered}
#2677
arcnmx
opened
1 year ago
1
impl FusedStream for Buffered
#2676
arcnmx
closed
1 year ago
0
Fix build status badge
#2675
atouchet
closed
1 year ago
0
FuturesUnordered poll ordering guarantees
#2674
david-monroe
opened
1 year ago
1
Add a `ptr_eq` to `Shared` to test if two `Shared`s share the same underlying future.
#2673
khuey
closed
1 year ago
2
Async transformations on arrays
#2672
segeljakt
opened
1 year ago
0
read_until seems not to work correctly on Windows 11
#2671
craigkai
closed
1 year ago
2
Enable an option for portable-atomic
#2670
notgull
closed
1 year ago
1
futures-channel fails under Miri
#2669
GoldsteinE
closed
1 year ago
6
Ignore newly added clippy lints
#2668
taiki-e
closed
1 year ago
0
Custom `Debug` implementations for `mpsc`
#2667
daxpedda
closed
1 year ago
0
Remove `Debug` constraint for `oneshot` types
#2666
daxpedda
closed
1 year ago
0
Fix miri test failure
#2665
taiki-e
closed
1 year ago
0
fix FuturesOrdered
#2664
conradludgate
closed
1 year ago
3
FuturesOrdered push_front does not work at the start
#2663
conradludgate
closed
1 year ago
0
Do not require Clone for Shared::peek
#2662
stepancheg
closed
2 years ago
1
In ready_chunks, reserve capacity based on size_hint
#2661
stepancheg
opened
2 years ago
8
Stream::size_hint for mpsc channels
#2660
stepancheg
closed
1 year ago
0
Fix clippy::uninlined_format_args warning
#2659
taiki-e
closed
2 years ago
0
Question: `read_to_end` suffers poor performance when reading huge object
#2658
YuJuncen
closed
2 years ago
2
Do not allocate capacity in ready_chunks
#2657
stepancheg
closed
1 year ago
3
Do not store items field in ReadyChunks
#2656
stepancheg
closed
2 years ago
0
Sync with 0.3.25
#2655
taiki-e
closed
2 years ago
0
Release 0.3.25
#2654
taiki-e
closed
2 years ago
0
`try_collect` into `Option<Vec<T>>`
#2653
tqwewe
closed
2 years ago
1
add scoped futures
#2652
treysidechain
closed
1 year ago
0
Fix CI failure
#2651
taiki-e
closed
2 years ago
0
Implement `Clone` for `Drain`
#2650
stephaneyfx
closed
2 years ago
4
Fix soundness hole in join macros
#2649
Pointerbender
closed
2 years ago
7
Refactor: let `StreamExt::chunks` and `StreamExt::ready_chunks` take `NonZeroUsize` instead of `usize`
#2648
janriemer
closed
2 years ago
2
Idea: try_join like macro returning a tuple in case of Err
#2647
dvdsk
opened
2 years ago
0
Update no_atomic_cas.rs
#2646
github-actions[bot]
closed
2 years ago
0
remove some double trait bounds
#2645
TennyZhuang
closed
2 years ago
3
Fix CI
#2644
Xaeroxe
closed
2 years ago
0
Previous
Next