madsim-rs / madsim

Magical Deterministic Simulator for distributed systems in Rust.
Apache License 2.0
618 stars 41 forks source link

fix: fix time on x86_64 macos #189

Closed wangrunji0408 closed 6 months ago

wangrunji0408 commented 6 months ago

https://github.com/rust-lang/rust/pull/116238 (Rust 1.75) replaced mach_absolute_time with clock_gettime(CLOCK_REALTIME) on x86_64 macOS.