Adopt Mutex
#538
Labels
concurrency
Swift concurrency/sendability issues
linux
🐧 Linux support (all distros)
wasi/wasm
🧭 WebAssembly support
windows
🪟 Windows support
Milestone
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.The text was updated successfully, but these errors were encountered: