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

Add some more Sendable annotations to NIOCore #2656

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

FranzBusch
Copy link
Member

Motivation

We have a few more warnings left under strict concurrency checking in NIOCore. This fixes the bulk of them that are not tied to ChannelHandler or ChannelPipeline.

Modification

Add more Sendable and @Sendable annotations and make sure to use types that are Sendable annotated.

# Motivation

We have a few more warnings left under strict concurrency checking in `NIOCore`. This fixes the bulk of them that are not tied to `ChannelHandler` or `ChannelPipeline`.

# Modification

Add more `Sendable` and `@Sendable` annotations and make sure to use types that are `Sendable` annotated.
@FranzBusch FranzBusch force-pushed the fb-niocore-sendable-annotations branch from 61ba100 to 30749ba Compare February 19, 2024 09:26
@FranzBusch FranzBusch enabled auto-merge (squash) February 19, 2024 09:28
@FranzBusch FranzBusch merged commit 0fbf6f1 into apple:main Feb 19, 2024
8 of 10 checks passed
@FranzBusch FranzBusch deleted the fb-niocore-sendable-annotations branch February 19, 2024 10:01
@FranzBusch FranzBusch added the 🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x 1).0 label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x 1).0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants