Implement macOS dispatch semaphores #2589
Labels
A-concurrency
Area: affects our concurrency (multi-thread) support
A-mac
Area: Affects only macOS targets
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
rust-lang/rust#102773 has started using macOS dispatch semaphores for thread parking on macOS. We should implement those APIs in Miri. (Right now a
cfg(miri)
makes miri use a pthread-based fallback implementation.)These seem to be the API docs.
The text was updated successfully, but these errors were encountered: