Skip to content
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

Missing synchronous version of StreamExt::filter_map #2237

Closed
futpib opened this issue Oct 22, 2020 · 1 comment
Closed

Missing synchronous version of StreamExt::filter_map #2237

futpib opened this issue Oct 22, 2020 · 1 comment
Labels
A-stream Area: futures::stream C-feature-request

Comments

@futpib
Copy link

futpib commented Oct 22, 2020

Map Filter & Map
Sync (-> T callback) map
Async (-> Future<T> callback) then filter_map

I also wonder why filter_map was not called filter_then

@taiki-e
Copy link
Member

taiki-e commented Jun 18, 2023

Closing in favor of #2755.

@taiki-e taiki-e closed this as completed Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-stream Area: futures::stream C-feature-request
Projects
None yet
Development

No branches or pull requests

2 participants