Skip to content

Conversation

olegnn
Copy link
Contributor

@olegnn olegnn commented Feb 7, 2020

Current implementations of flat_map and flatten have a bug. If stream returns Poll::Pending while inner_stream is already completed, inner_stream will be polled again after completion as many times as stream returns Poll::Pending.

@olegnn olegnn changed the title Fixed flat_map Fixed flat_map and flatten Feb 8, 2020
@k-nasa
Copy link
Member

k-nasa commented Mar 21, 2020

@olegnn Thanks for PR and sorry for the late review.

@dignifiedquire dignifiedquire merged commit 5d55fa7 into async-rs:master Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants