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

Adopt Mutex #538

Open
grynspan opened this issue Jul 16, 2024 · 1 comment
Open

Adopt Mutex #538

grynspan opened this issue Jul 16, 2024 · 1 comment
Assignees
Labels
concurrency Swift concurrency/sendability issues linux 🐧 Linux support (all distros) wasi/wasm 🧭 WebAssembly support windows 🪟 Windows support
Milestone

Comments

@grynspan
Copy link
Contributor

Swift Testing should adopt Mutex from SE-0433.

We won't be able to adopt on Darwin due to back-deployment requirements, but we can adopt for Linux/Windows. Linux needs one pthread_mutex_t for the condition lock used in exit tests, but it can be hand-rolled.

@grynspan grynspan added concurrency Swift concurrency/sendability issues windows 🪟 Windows support linux 🐧 Linux support (all distros) wasi/wasm 🧭 WebAssembly support swift-6.1 labels Jul 16, 2024
@grynspan grynspan self-assigned this Jul 16, 2024
@grynspan
Copy link
Contributor Author

Experimental branch at jgrynspan/adopt-mutex

@grynspan grynspan added this to the Swift 6.1 milestone Sep 10, 2024
@grynspan grynspan modified the milestones: Swift 6.1, Swift 6.x Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concurrency Swift concurrency/sendability issues linux 🐧 Linux support (all distros) wasi/wasm 🧭 WebAssembly support windows 🪟 Windows support
Projects
None yet
Development

No branches or pull requests

1 participant