Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
rust-lang/futures-rs
Pull Requests
Commits
Open
Closed
Improve comment for `FuturesOrdered` and `FuturesUnordered`
docs
S-waiting-on-author
#2714 opened 2023-03-03 10:46 by
th4s
impl Future for stream::{Buffered, BufferUnordered, FuturesOrdered}
S-waiting-on-author
#2677 opened 2022-12-18 20:25 by
arcnmx
In ready_chunks, reserve capacity based on size_hint
S-waiting-on-author
#2661 opened 2022-10-30 12:10 by
stepancheg
provide additional guidance on using `join_all`
#2612 opened 2022-06-08 13:37 by
U007D
Add stream selection early exit
breaking change
A-stream
S-needs-decision
#2597 opened 2022-05-10 15:22 by
414owen
futures-0.4, futures-core-1.0
futures-util: add SwitchMap combinator
#2547 opened 2022-01-08 09:52 by
ranfdev
Add `StreamExt::wait_until` combinator
#2542 opened 2021-12-31 10:39 by
jerry73204
Ordered stream utils
#2517 opened 2021-11-15 20:31 by
jmorag
Generalize the various chunk methods to produce any collection that implements Default + Extend
breaking change
S-needs-decision
#2498 opened 2021-09-15 18:39 by
khuey
futures-0.4, futures-core-1.0
reexport `alloc::task::Wake`
A-task
#2494 opened 2021-09-03 16:03 by
ibraheemdev
futures-0.4, futures-core-1.0
Fastmutex
A-lock
#2397 opened 2021-04-17 18:10 by
nathdobson
Rewrite `BiLock` lock/unlock to be allocation free
A-lock
#2384 opened 2021-04-03 17:55 by
exrook
Move type/trait aliases to futures-util
S-waiting-on-author
A-stream
A-future
#2344 opened 2021-02-13 20:27 by
taiki-e
futures-0.4, futures-core-1.0
Add a `Sequenced<T>` type to allow splitting readers/writers chronologically.
#2328 opened 2021-01-23 23:18 by
Diggsey
SinkExt::feed_all
A-sink
#2286 opened 2020-12-09 05:52 by
mzabaluev
Simpler selection futures
S-waiting-on-author
A-future
#2112 opened 2020-04-02 18:21 by
Lucretiel
Add `RwLock`
A-lock
#2082 opened 2020-02-16 06:09 by
rj-calvin
Add `IntoAsyncRead::into_inner()` method and test
S-waiting-on-author
A-io
#1997 opened 2019-12-06 22:52 by
acfoltzer
Add StreamExt::buffer_unordered_adaptable
S-waiting-on-author
A-stream
#1956 opened 2019-11-06 04:54 by
llebout
no-std select!
A-macro
#1912 opened 2019-10-13 21:22 by
arcnmx
Adds unbonded select
A-stream
#1881 opened 2019-09-22 03:54 by
CJP10
Remote completion
A-future
#1766 opened 2019-07-28 11:34 by
stbuehler
Park trait, ParkThread implementation and using it in LocalPool
A-executor
#1668 opened 2019-06-10 10:32 by
stbuehler
Add `Stream::select2` to support short-circuited select
A-stream
#1422 opened 2019-01-16 13:28 by
king6cong
Optimize no-wake path of AtomicWaker::wake (second attempt)
A-task
#1342 opened 2018-11-20 03:27 by
stepancheg
mpsc: completely split bounded and unbounded and optimize unbounded receiver
A-channel
#1337 opened 2018-11-16 01:38 by
stepancheg
Shared stream
A-stream
#1328 opened 2018-11-13 07:30 by
tmccombs
Add future::pinned combinator
S-blocked
A-future
#1023 opened 2018-05-23 01:36 by
cramertj
Newer