Skip to content

Issues: rust-lang/futures-rs

futures-core 1.0 release
#2207 opened Sep 4, 2020 by taiki-e
Open 19
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Async WaitGroup
#2880 opened Aug 23, 2024 by tisonkun
"malloc_consolidate(): unaligned fastbin chunk detected" when attempting to block single-threaded tokio runtime A-stream Area: futures::stream needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example
#2863 opened Jun 12, 2024 by nazar-pc
implement OwnedMappedMutexGuard A-lock Area: futures::lock C-feature-request
#2858 opened May 13, 2024 by borngraced
io: impl AsyncWrite for Empty A-io Area: futures::io S-needs-implementation Status: Implementation work is needed.
#2855 opened May 3, 2024 by taiki-e
Add StreamExt::map_while A-stream Area: futures::stream C-feature-request S-needs-implementation Status: Implementation work is needed.
#2853 opened Apr 26, 2024 by nanoqsh
Reusing AbortRegistration
#2850 opened Apr 18, 2024 by ilammy
FuturesUnordered guaranties
#2837 opened Mar 6, 2024 by stormshield-gt
Analogue of .last() method A-stream Area: futures::stream C-feature-request
#2822 opened Jan 9, 2024 by xamgore
Peekable::try_peek A-stream Area: futures::stream C-feature-request S-needs-implementation Status: Implementation work is needed.
#2793 opened Oct 27, 2023 by nazar-pc
FuturesUnordered produces invalid reads and writes under Valgrind A-stream Area: futures::stream needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example
#2781 opened Oct 17, 2023 by dignifiedquire
ProTip! Exclude everything labeled bug with -label:bug.