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

Remove incorrect @MainActor annotations #8224

Merged
merged 1 commit into from
May 2, 2023

Conversation

tgoyne
Copy link
Member

@tgoyne tgoyne commented May 1, 2023

These functions are called on whatever thread a Realm is first opened on, not the main thread.

Fixes #8222.

These functions are called on whatever thread a Realm is first opened on, not
the main thread.
@tgoyne tgoyne self-assigned this May 1, 2023
@cla-bot cla-bot bot added the cla: yes label May 1, 2023
@tgoyne tgoyne merged commit 2b01018 into master May 2, 2023
@tgoyne tgoyne deleted the tg/remove-incorrect-annotations branch May 2, 2023 18:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Initializing Realm from background thread causes data race warnings
1 participant