swift-testing
swift-testing copied to clipboard
Adopt `Mutex`
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.
Experimental branch at jgrynspan/adopt-mutex
Tracked internally as rdar://131832797.