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

Fix a Sendable warning on Linux #190

Merged
merged 1 commit into from Nov 2, 2023
Merged

Fix a Sendable warning on Linux #190

merged 1 commit into from Nov 2, 2023

Conversation

0xTim
Copy link
Member

@0xTim 0xTim commented Nov 1, 2023

Fixes an issue where DispatchQueue and friends are not Sendable on Linux so we need to suppress the warning

Resolves #189

@0xTim 0xTim added the semver-patch When merged, a new patch version release will be generated label Nov 1, 2023
@0xTim 0xTim requested a review from gwynne as a code owner November 1, 2023 19:04
@0xTim 0xTim merged commit 21b72c5 into main Nov 2, 2023
13 checks passed
@0xTim 0xTim deleted the sendable-linux-warning branch November 2, 2023 02:40
@penny-for-vapor
Copy link

These changes are now available in 4.9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch When merged, a new patch version release will be generated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Concurrency warnings
2 participants