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

Rethrow AbortFlowException upon cancellation (#4034) #4254

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

jxdabc
Copy link
Contributor

@jxdabc jxdabc commented Oct 21, 2024

collectWhile catches AbortFlowException even if the CoroutineScope is cancelled while waiting on child tasks, causing it to fail to respond to cancel().

collectWhile catches AbortFlowException even if the CoroutineScope is cancelled
while waiting on child tasks, causing it to fail to respond to cancel().
@jxdabc
Copy link
Contributor Author

jxdabc commented Oct 21, 2024

comments resolved

@jxdabc jxdabc requested a review from dkhalanskyjb October 23, 2024 04:34
@dkhalanskyjb dkhalanskyjb merged commit 96cad1f into Kotlin:develop Nov 7, 2024
@dkhalanskyjb
Copy link
Collaborator

Thanks!

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.

2 participants