Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
rust-lang/futures-rs
Pull Requests
Commits
Open
Closed
perf: improve AtomicWaker::wake performance
A-task
S-waiting-on-review
#2983 opened 2025-12-20 14:33 by
paulip1792
feat: implement `last` helper method on `StreamExt`
A-stream
S-waiting-on-review
#2982 opened 2025-12-17 14:16 by
elsirion
fix: make sink::With send after inner sink returns ready
A-sink
S-waiting-on-review
#2976 opened 2025-11-02 07:58 by
quasi-coherent
try_unfold: Fix function docs wording
A-stream
S-waiting-on-review
#2972 opened 2025-10-11 11:12 by
matthiasbeyer
Fix documentation of `BiLock::lock`
docs
A-lock
#2971 opened 2025-10-04 20:30 by
pnmadelaine
futures-channel: ensure `is_terminated()` reflects the state of the channel
A-channel
S-waiting-on-review
#2969 opened 2025-09-16 14:58 by
petrosagg
Add OrPending future that wraps an optional future
A-future
S-waiting-on-review
#2968 opened 2025-09-15 14:27 by
akonradi-signal
Add `#[clippy::has_significant_drop]` to guards
A-lock
#2967 opened 2025-09-03 11:38 by
c410-f3r
fix: spawn tasks in Stream::buffered and Stream::buffer_unordered to max concurrency
A-stream
S-waiting-on-review
#2962 opened 2025-07-22 12:16 by
andylokandy
feat: backport of StreamExt::interleave
A-stream
S-waiting-on-review
#2958 opened 2025-06-30 15:20 by
aatifsyed
feat: StreamExt::interleave
A-stream
S-waiting-on-review
#2957 opened 2025-06-30 15:11 by
aatifsyed
feat: Implement find combinator for StreamExt
A-stream
S-waiting-on-review
#2950 opened 2025-04-19 04:23 by
aaamourao
Add `StreamExt::try_scan`
A-stream
S-waiting-on-review
#2933 opened 2025-03-14 21:45 by
michaelbeaumont
feat: add `_timeout` variants to blocking executions
#2912 opened 2025-01-07 21:13 by
wyfo
util: no-std error::Error info
#2910 opened 2025-01-07 06:05 by
brody4hire
feat: `select!` macro for no-std environments
#2903 opened 2024-12-25 06:32 by
ytakano
Shared: fix shared futures missing wake up
#2899 opened 2024-11-27 04:04 by
zekun000
Document cancel-safety of FuturesUnordered::poll_next
#2897 opened 2024-11-13 19:55 by
akonradi-signal
Document cancel-safety of StreamExt::next
#2896 opened 2024-11-13 19:43 by
akonradi-signal
Change condition for is_terminated in Zip
#2895 opened 2024-10-30 13:20 by
haroldbruintjes
Allow Abortable::new to accept &mut AbortRegistration
#2881 opened 2024-08-30 06:48 by
sutes-work
refactor: `TryFuture`s are `Future`s now, `into_future` is no longer need
#2878 opened 2024-08-19 00:39 by
yhx-12243
Add OptionalFuture helper
#2872 opened 2024-07-17 23:32 by
jtojnar
Add `BoxTryFuture` and `BoxTryStream` aliases
#2870 opened 2024-07-12 13:57 by
Velnbur
Add `OwnedMappedMutexGuard` for `OwnedMutexGuard`
#2859 opened 2024-05-14 21:21 by
borngraced
Add `StreamExt::map_while`
#2856 opened 2024-05-04 13:06 by
nanoqsh
Add variant of LocalPool with bound lifetime
#2846 opened 2024-03-27 16:20 by
haroldbruintjes
Implement the `UnwindSafe`/`RefUnwindSafe` traits on channels
S-blocked
A-channel
#2772 opened 2023-09-09 11:20 by
tomaka
Add `futures_util::io::{pipe,Pipe{Reader,Writer}}` for bytes channels
#2764 opened 2023-07-23 13:28 by
oxalica
Constrain `Future::Output` in supertrait of `TryFuture`
S-blocked
#2763 opened 2023-07-19 19:48 by
hlbarber
Older