Skip to content

Concurrency: access UIApplication properties from @MainActor#3461

Closed
NachoSoto wants to merge 2 commits into
mainfrom
application-notifications-main-actor
Closed

Concurrency: access UIApplication properties from @MainActor#3461
NachoSoto wants to merge 2 commits into
mainfrom
application-notifications-main-actor

Conversation

@NachoSoto

Copy link
Copy Markdown
Contributor

This is the first of several PRs to continue fixing warnings when compiling the SDK with strict concurrency checking, in preparation for Swift 6.0.

This is the first of several PRs to continue fixing warnings when compiling the SDK with strict concurrency checking, in preparation for Swift 6.0.
@NachoSoto NachoSoto requested a review from a team November 20, 2023 07:21
Comment thread Sources/Misc/Concurrency/OperationDispatcher.swift
@NachoSoto NachoSoto closed this Dec 6, 2023
@NachoSoto NachoSoto deleted the application-notifications-main-actor branch December 6, 2023 19:16
Self.dispatchOnMainActor(block)
}
#else
Self.dispatchOnMainActor(block)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closing since this would add a jump :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants