Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / rust-lang/futures-rs issues and pull requests
#2897 - Document cancel-safety of FuturesUnordered::poll_next
Pull Request -
State: open - Opened by akonradi-signal 3 days ago
#2896 - Document cancel-safety of StreamExt::next
Pull Request -
State: open - Opened by akonradi-signal 3 days ago
#2895 - Change condition for is_terminated in Zip
Pull Request -
State: open - Opened by haroldbruintjes 17 days ago
#2894 - Timing out on `SinkExt::send` still causes the item to be re-inserted later into the bounded channel
Issue -
State: open - Opened by NumberFour8 20 days ago
#2893 - 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)
Issue -
State: closed - Opened by MageSlayer about 1 month ago
- 2 comments
#2892 - unable to compile futures v0.3.31 with unstable write-all-vectored feature enabled with Rust < 1.81 with RUSTC_BOOTSTRAP=1
Issue -
State: closed - Opened by decathorpe about 1 month ago
- 4 comments
#2891 - Update changelog and clarify about yanking
Pull Request -
State: closed - Opened by taiki-e about 1 month ago
- 1 comment
Labels: docs, 0.3-backport: pending
#2890 - Sync with 0.3.31
Pull Request -
State: closed - Opened by taiki-e about 1 month ago
#2889 - Release 0.3.31
Pull Request -
State: closed - Opened by taiki-e about 1 month ago
Labels: futures-0.3
#2888 - Fails to build when any sanitizer is enabled
Issue -
State: closed - Opened by cmazakas about 1 month ago
- 2 comments
#2887 - Document how `BoxFuture`s / `BoxStream`s are often made
Pull Request -
State: closed - Opened by alamb about 1 month ago
- 6 comments
Labels: docs, 0.3-backport: completed
#2886 - Fix use after free of task in FuturesUnordered when dropped future panics
Pull Request -
State: closed - Opened by Imberflur about 2 months ago
- 2 comments
Labels: A-stream, 0.3-backport: completed
#2885 - Various fixes too make the CI green
Pull Request -
State: closed - Opened by hkratz 2 months ago
Labels: 0.3-backport: completed
#2884 - Fix issues with `AsyncBufRead::read_line` and `AsyncBufReadExt::lines`
Pull Request -
State: closed - Opened by hkratz 2 months ago
- 1 comment
Labels: A-io, 0.3-backport: completed
#2883 - Add missing symbols
Pull Request -
State: closed - Opened by cuishuang 2 months ago
Labels: 0.3-backport: completed
#2882 - Add "dynamic" version of `buffer(n)` and `buffer_unordered(n)`
Issue -
State: open - Opened by ronanM 2 months ago
- 1 comment
#2881 - Allow Abortable::new to accept &mut AbortRegistration
Pull Request -
State: open - Opened by sutes-work 3 months ago
#2880 - Async WaitGroup
Issue -
State: closed - Opened by tisonkun 3 months ago
- 6 comments
#2879 - Miri UB error from `Fuse`
Issue -
State: closed - Opened by Nemo157 3 months ago
- 4 comments
#2878 - refactor: `TryFuture`s are `Future`s now, `into_future` is no longer need
Pull Request -
State: open - Opened by yhx-12243 3 months ago
- 3 comments
#2877 - !Send Future fails Miri check
Issue -
State: closed - Opened by coder137 3 months ago
- 1 comment
#2876 - buffered(0) streams hang forever
Issue -
State: closed - Opened by kuecks 4 months ago
- 1 comment
#2875 - Add accessors for the inner of stream::Iter
Pull Request -
State: closed - Opened by wfraser 4 months ago
Labels: A-stream, 0.3-backport: completed
#2874 - Consider adding `.try_enumerate()` to mirror `.enumerate()` for `Stream<Item = Result<...>>`
Issue -
State: open - Opened by v3xro 4 months ago
#2873 - BiLock fairness guarantees (or lack thereof) are not documented
Issue -
State: open - Opened by Qix- 4 months ago
#2872 - Add OptionalFuture helper
Pull Request -
State: open - Opened by jtojnar 4 months ago
#2872 - Add OptionalFuture helper
Pull Request -
State: open - Opened by jtojnar 4 months ago
#2872 - Add OptionalFuture helper
Pull Request -
State: open - Opened by jtojnar 4 months ago
#2871 - `now_or_never` name and documentation is misleading and ambiguous respectively
Issue -
State: open - Opened by dspyz-matician 4 months ago
#2870 - Add `BoxTryFuture` and `BoxTryStream` aliases
Pull Request -
State: open - Opened by Velnbur 4 months ago
#2869 - Add `BoxTryFuture` and `BoxTryStream` aliases
Issue -
State: open - Opened by Velnbur 4 months ago
- 3 comments
#2868 - Support shared futures on no_std
Pull Request -
State: open - Opened by adavis628 5 months ago
- 1 comment
Labels: S-waiting-on-author, A-future
#2867 - Typo in futures::io::SeeKRelative
Issue -
State: closed - Opened by belkadan 5 months ago
- 4 comments
#2866 - try_join_all does not short circuit for large input
Issue -
State: open - Opened by stepancheg 5 months ago
#2865 - `#[inline(always)]` on `clone_arc_raw`
Pull Request -
State: closed - Opened by timotheyca 5 months ago
Labels: A-task, 0.3-backport: completed
#2864 - Different `waker_vtable` addresses for same type
Issue -
State: closed - Opened by timotheyca 5 months ago
- 5 comments
#2863 - "malloc_consolidate(): unaligned fastbin chunk detected" when attempting to block single-threaded tokio runtime
Issue -
State: closed - Opened by nazar-pc 5 months ago
- 6 comments
Labels: A-stream
#2862 - `Lines::poll_next` panics if the reader returns an error after returning data
Issue -
State: open - Opened by jstarks 6 months ago
- 1 comment
Labels: bug, A-io
#2861 - returning a future from a function with an `impl Trait` argument references that argument even if not used in the future, causing lifetime errors
Issue -
State: closed - Opened by pushrax 6 months ago
- 2 comments
#2860 - `StreamExt::scan` lacks a non-Option version
Issue -
State: open - Opened by sxlijin 6 months ago
#2859 - Add `OwnedMappedMutexGuard` for `OwnedMutexGuard`
Pull Request -
State: open - Opened by borngraced 6 months ago
#2858 - implement OwnedMappedMutexGuard
Issue -
State: open - Opened by borngraced 6 months ago
Labels: C-feature-request, A-lock
#2857 - Stream & Sink Error types could benefit from core::fmt::Debug bound
Issue -
State: open - Opened by bionicles 6 months ago
- 1 comment
#2856 - Add `StreamExt::map_while`
Pull Request -
State: open - Opened by nanoqsh 7 months ago
#2855 - io: impl AsyncWrite for Empty
Issue -
State: open - Opened by taiki-e 7 months ago
Labels: A-io, S-needs-implementation
#2854 - CI updates & minor cleanups
Pull Request -
State: closed - Opened by taiki-e 7 months ago
#2854 - CI updates & minor cleanups
Pull Request -
State: closed - Opened by taiki-e 7 months ago
#2853 - Add `StreamExt::map_while`
Issue -
State: open - Opened by nanoqsh 7 months ago
#2853 - Add `StreamExt::map_while`
Issue -
State: open - Opened by nanoqsh 7 months ago
Labels: C-feature-request, A-stream, S-needs-implementation
#2852 - [Discussion] `Shared` seems to wake up the same waker that was polling it
Issue -
State: open - Opened by ZhennanWu 7 months ago
- 1 comment
#2851 - ConcurrentStream usage with tokio leads to ACCESS_VIOLATION
Issue -
State: closed - Opened by inklesspen1rus 7 months ago
- 3 comments
Labels: C-question
#2850 - Reusing `AbortRegistration`
Issue -
State: open - Opened by ilammy 7 months ago
#2849 - Feature request: add `StreamExt::eq` like `Iterator::eq`
Issue -
State: open - Opened by cjwcommuny 7 months ago
#2848 - Make access inner of futures::io::{BufReader,BufWriter} not require inner trait bound
Pull Request -
State: closed - Opened by ethe 8 months ago
- 2 comments
Labels: A-io, 0.3-backport: completed
#2847 - Behavior of any() / all() / try_any() / try_all() is not documented for empty stream
Issue -
State: open - Opened by johntconklin 8 months ago
Labels: docs
#2846 - Add variant of LocalPool with bound lifetime
Pull Request -
State: open - Opened by haroldbruintjes 8 months ago
#2846 - Add variant of LocalPool with bound lifetime
Pull Request -
State: open - Opened by haroldbruintjes 8 months ago
#2845 - Non-send future produced by chaining `Stream` combinators
Issue -
State: closed - Opened by George-Miao 8 months ago
- 1 comment
#2844 - Fix CI failure
Pull Request -
State: closed - Opened by taiki-e 8 months ago
#2843 - Question: futures-rs::channels implement Send trait
Issue -
State: closed - Opened by influx6 8 months ago
- 1 comment
#2842 - Added future::on_poll, future::on_poll_pending and future::on_poll_ready
Pull Request -
State: open - Opened by kulst 8 months ago
- 1 comment
#2841 - Set warn_non_default_branch = true in triagebot.toml
Pull Request -
State: closed - Opened by taiki-e 8 months ago
#2840 - Add FutureExt::also_poll
Pull Request -
State: closed - Opened by coolreader18 8 months ago
- 2 comments
#2839 - Fix CI failure
Pull Request -
State: closed - Opened by taiki-e 8 months ago
#2838 - Unbounded memory use of `futures::channel::mpsc` with `SinkExt::feed`
Issue -
State: open - Opened by xmakro 8 months ago
Labels: bug, A-channel
#2837 - `FuturesUnordered` guaranties
Issue -
State: open - Opened by stormshield-gt 9 months ago
- 3 comments
Labels: docs, A-stream
#2836 - Feature Request: make FuturesUnordered splitable.
Issue -
State: open - Opened by thynson 9 months ago
#2835 - Update tokio requirement from 0.1.11 to 0.3.7
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
- 2 comments
#2834 - Revert "Temporarily disable ref_wake_same test"
Pull Request -
State: closed - Opened by taiki-e 9 months ago
#2833 - Fine-tune the Ordering for num_senders
Issue -
State: open - Opened by wang384670111 9 months ago
#2832 - Parse rhs of `select!` arms using match-arm rules
Pull Request -
State: closed - Opened by dtolnay 9 months ago
Labels: A-macro, 0.3-backport: completed
#2831 - Update tokio requirement from 0.1.11 to 1.36.0
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
- 2 comments
#2830 - Add 'static bound to waker_ref
Pull Request -
State: closed - Opened by taiki-e 9 months ago
Labels: A-task, 0.3-backport: completed
#2829 - Fix CI failure
Pull Request -
State: closed - Opened by taiki-e 9 months ago
- 1 comment
#2829 - Fix CI failure
Pull Request -
State: open - Opened by taiki-e 9 months ago
- 1 comment
#2829 - Fix CI failure
Pull Request -
State: open - Opened by taiki-e 9 months ago
- 1 comment
#2828 - Consider removing ArcWake, re-export std::task::Wake
Issue -
State: closed - Opened by ebkalderon 9 months ago
- 3 comments
#2827 - Error on OSX by futures-executir
Issue -
State: closed - Opened by flashpixx 9 months ago
- 1 comment
#2826 - Add dependabot
Pull Request -
State: closed - Opened by oriontvv 9 months ago
- 2 comments
#2826 - Add dependabot
Pull Request -
State: open - Opened by oriontvv 9 months ago
#2825 - Add a helper for always ready futures
Pull Request -
State: closed - Opened by GnomedDev 10 months ago
- 2 comments
Labels: A-future, 0.3-backport: completed
#2824 - parse error in `select!`/`select_biased!` macro
Issue -
State: closed - Opened by antonok-edm 10 months ago
- 2 comments
Labels: bug, A-macro
#2823 - Ignore newly added clippy lint
Pull Request -
State: closed - Opened by taiki-e 10 months ago
- 7 comments
#2822 - Analogue of .last() method
Issue -
State: open - Opened by xamgore 10 months ago
Labels: C-feature-request, A-stream
#2821 - Fix typos
Pull Request -
State: closed - Opened by vuittont60 10 months ago
Labels: 0.3-backport: completed
#2820 - tests: Fix dead_code warning for tuple struct
Pull Request -
State: closed - Opened by taiki-e 11 months ago
Labels: 0.3-backport: completed
#2819 - Sync with 0.3.30
Pull Request -
State: closed - Opened by taiki-e 11 months ago
#2818 - Release 0.3.30
Pull Request -
State: closed - Opened by taiki-e 11 months ago
Labels: futures-0.3
#2817 - Use [lints] in Cargo.toml & apply unsafe_op_in_unsafe_fn lint if available on MSRV
Pull Request -
State: closed - Opened by taiki-e 11 months ago
#2816 - Remove a redundant space in example
Pull Request -
State: closed - Opened by TennyZhuang 11 months ago
Labels: docs, 0.3-backport: completed
#2815 - Fix broken link in `CopyBufAbortable` docs
Pull Request -
State: closed - Opened by Jules-Bertholet 11 months ago
Labels: docs, 0.3-backport: completed
#2814 - Feature request: impl std::iter::Extend<Fut> for FuturesUnordered
Issue -
State: closed - Opened by allsey87 11 months ago
- 1 comment
#2813 - Warn when PR is opened for 0.3/0.1 branch
Issue -
State: closed - Opened by taiki-e 12 months ago
- 4 comments
#2812 - FillBuf: Do not call poll_fill_buf twice
Pull Request -
State: closed - Opened by taiki-e 12 months ago
- 2 comments
Labels: A-io, 0.3-backport: completed
#2811 - Use cfg(target_has_atomic) on no-std targets
Pull Request -
State: closed - Opened by taiki-e 12 months ago
- 2 comments
Labels: 0.3-backport: completed
#2810 - FuturesOrdered: Use 64-bit index
Pull Request -
State: closed - Opened by taiki-e 12 months ago
Labels: A-stream, 0.3-backport: completed
#2809 - FuturesUnordered: Fix clear implementation
Pull Request -
State: closed - Opened by taiki-e 12 months ago
Labels: A-stream, 0.3-backport: completed
#2808 - Implement Deref{Mut} for AllowStdIo.
Pull Request -
State: closed - Opened by Frostie314159 12 months ago
- 4 comments
Labels: A-io
#2807 - Document what features are required for feature-gated items
Issue -
State: closed - Opened by jwodder 12 months ago
- 1 comment
Labels: docs, C-question
#2806 - Provide `Deref{Mut}` implementation for `AllowStdIO`.
Issue -
State: closed - Opened by Frostie314159 12 months ago
- 1 comment