mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-22 07:20:39 +00:00
Use futex locks on emscripten. This switches Emscripten to the futex-based lock implementations, away from pthread. Tracking issue: https://github.com/rust-lang/rust/issues/93740