mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
6a4624d73b
Use correct clock in `park_timeout` on Horizon Horizon does not support using `CLOCK_MONOTONIC` with condition variables, so use the system time instead.