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

Get NIOEmbedded clean under strict concurrency #3030

Merged
merged 7 commits into from
Dec 17, 2024

Conversation

Lukasa
Copy link
Contributor

@Lukasa Lukasa commented Dec 16, 2024

Motivation:

NIOEmbedded is used all over NIO-land for testing various pieces of the infrastructure, and so requires a substantial audit for strict concurrency.

Modifications:

  • Mark a few things Sendable.
  • Fix the tests, which actually did have some nasty bugs

Result:

Sendable-clean NIOEmbedded

Motivation:

NIOEmbedded is used all over NIO-land for testing various pieces
of the infrastructure, and so requires a substantial
audit for strict concurrency.

Modifications:

- Mark a few things Sendable.
- Fix the tests, which actually did have some nasty bugs

Result:

Sendable-clean NIOEmbedded
@Lukasa Lukasa added the semver/minor Adds new public API. label Dec 16, 2024
@Lukasa Lukasa enabled auto-merge (squash) December 16, 2024 17:54
@Lukasa Lukasa disabled auto-merge December 16, 2024 18:28
@Lukasa
Copy link
Contributor Author

Lukasa commented Dec 16, 2024

API breakage is expected.

@Lukasa Lukasa merged commit 2d72ada into apple:main Dec 17, 2024
32 of 35 checks passed
@Lukasa Lukasa deleted the cb-strict-concurrency-embedded branch December 17, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants