Skip to content

Don't hop on background queue to run onExit #871

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

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Oct 9, 2023

Since we use Swift Concurrency now, we no longer need to be worried about queues blocking each other, so the queue hopping is no longer necessary.

@ahoppen ahoppen requested a review from hamishknight October 9, 2023 22:40
@ahoppen ahoppen requested a review from benlangmuir as a code owner October 9, 2023 22:40
@ahoppen ahoppen changed the title Don't hop on backgroudn queue to run onExit Don't hop on background queue to run onExit Oct 9, 2023
Since we use Swift Concurrency now, we no longer need to be worried about queues blocking each other, so the queue hopping is no longer necessary.
@ahoppen ahoppen force-pushed the ahoppen/no-queue-hopping branch from 97fefd7 to 0b8611b Compare October 9, 2023 22:41
@ahoppen
Copy link
Member Author

ahoppen commented Oct 9, 2023

@swift-ci Please test

@ahoppen ahoppen merged commit 4fba0fd into swiftlang:main Oct 10, 2023
@ahoppen ahoppen deleted the ahoppen/no-queue-hopping branch October 10, 2023 15:28
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