issues
search
rust-lang
/
futures-rs
Zero-cost asynchronous programming in Rust
https://rust-lang.github.io/futures-rs/
Apache License 2.0
5.43k
stars
628
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Can we haz const new Mutex?
#2898
danii
closed
5 days ago
1
Document cancel-safety of FuturesUnordered::poll_next
#2897
akonradi-signal
opened
1 week ago
0
Document cancel-safety of StreamExt::next
#2896
akonradi-signal
opened
1 week ago
0
Change condition for is_terminated in Zip
#2895
haroldbruintjes
opened
3 weeks ago
0
Timing out on `SinkExt::send` still causes the item to be re-inserted later into the bounded channel
#2894
NumberFour8
opened
4 weeks ago
0
futures-util-0.3.31 with unstable write-all-vectored feature enabled cannot be built with Rust 1.69.0-nightly (31f858d9a 2023-02-28)
#2893
MageSlayer
closed
1 month ago
2
unable to compile futures v0.3.31 with unstable write-all-vectored feature enabled with Rust < 1.81 with RUSTC_BOOTSTRAP=1
#2892
decathorpe
closed
1 month ago
4
Update changelog and clarify about yanking
#2891
taiki-e
closed
1 month ago
1
Sync with 0.3.31
#2890
taiki-e
closed
1 month ago
0
Release 0.3.31
#2889
taiki-e
closed
1 month ago
0
Fails to build when any sanitizer is enabled
#2888
cmazakas
closed
1 month ago
2
Document how `BoxFuture`s / `BoxStream`s are often made
#2887
alamb
closed
1 month ago
6
Fix use after free of task in FuturesUnordered when dropped future panics
#2886
Imberflur
closed
1 month ago
2
Various fixes too make the CI green
#2885
hkratz
closed
2 months ago
0
Fix issues with `AsyncBufRead::read_line` and `AsyncBufReadExt::lines`
#2884
hkratz
closed
2 months ago
1
Add missing symbols
#2883
cuishuang
closed
2 months ago
0
Add "dynamic" version of `buffer(n)` and `buffer_unordered(n)`
#2882
ronanM
opened
2 months ago
1
Allow Abortable::new to accept &mut AbortRegistration
#2881
sutes-work
opened
2 months ago
0
Async WaitGroup
#2880
tisonkun
closed
1 month ago
6
Miri UB error from `Fuse`
#2879
Nemo157
closed
3 months ago
4
refactor: `TryFuture`s are `Future`s now, `into_future` is no longer need
#2878
yhx-12243
opened
3 months ago
3
!Send Future fails Miri check
#2877
coder137
closed
3 months ago
1
buffered(0) streams hang forever
#2876
kuecks
closed
3 months ago
1
Add accessors for the inner of stream::Iter
#2875
wfraser
closed
2 months ago
0
Consider adding `.try_enumerate()` to mirror `.enumerate()` for `Stream<Item = Result<...>>`
#2874
v3xro
opened
3 months ago
0
BiLock fairness guarantees (or lack thereof) are not documented
#2873
Qix-
opened
4 months ago
0
Add OptionalFuture helper
#2872
jtojnar
opened
4 months ago
0
`now_or_never` name and documentation is misleading and ambiguous respectively
#2871
dspyz-matician
opened
4 months ago
0
Add `BoxTryFuture` and `BoxTryStream` aliases
#2870
Velnbur
opened
4 months ago
0
Add `BoxTryFuture` and `BoxTryStream` aliases
#2869
Velnbur
opened
4 months ago
3
Support shared futures on no_std
#2868
adavis628
opened
4 months ago
1
Typo in futures::io::SeeKRelative
#2867
belkadan
closed
4 months ago
4
try_join_all does not short circuit for large input
#2866
stepancheg
opened
5 months ago
0
`#[inline(always)]` on `clone_arc_raw`
#2865
timotheyca
closed
2 months ago
0
Different `waker_vtable` addresses for same type
#2864
timotheyca
closed
1 month ago
5
"malloc_consolidate(): unaligned fastbin chunk detected" when attempting to block single-threaded tokio runtime
#2863
nazar-pc
closed
1 month ago
6
`Lines::poll_next` panics if the reader returns an error after returning data
#2862
jstarks
closed
2 months ago
1
returning a future from a function with an `impl Trait` argument references that argument even if not used in the future, causing lifetime errors
#2861
pushrax
closed
6 months ago
2
`StreamExt::scan` lacks a non-Option version
#2860
sxlijin
opened
6 months ago
0
Add `OwnedMappedMutexGuard` for `OwnedMutexGuard`
#2859
borngraced
opened
6 months ago
0
implement OwnedMappedMutexGuard
#2858
borngraced
opened
6 months ago
0
Stream & Sink Error types could benefit from core::fmt::Debug bound
#2857
bionicles
opened
6 months ago
1
Add `StreamExt::map_while`
#2856
nanoqsh
opened
6 months ago
0
io: impl AsyncWrite for Empty
#2855
taiki-e
opened
6 months ago
0
CI updates & minor cleanups
#2854
taiki-e
closed
6 months ago
0
Add `StreamExt::map_while`
#2853
nanoqsh
opened
7 months ago
0
[Discussion] `Shared` seems to wake up the same waker that was polling it
#2852
ZhennanWu
opened
7 months ago
1
ConcurrentStream usage with tokio leads to ACCESS_VIOLATION
#2851
inklesspen1rus
closed
7 months ago
3
Reusing `AbortRegistration`
#2850
ilammy
opened
7 months ago
0
Feature request: add `StreamExt::eq` like `Iterator::eq`
#2849
byte-sourcerer
opened
7 months ago
0
Next