zed/crates/clock/src
Marshall Bowers 0de8672044
Add SystemClock (#8239)
This PR adds a `SystemClock` trait for abstracting away the system
clock.

This allows us to swap out the real system clock with a
`FakeSystemClock` in the tests, thus allowing the fake passage of time.

We're using this in `Telemetry` to better mock the clock for testing
purposes.

Release Notes:

- N/A
2024-02-22 22:28:08 -05:00
..
clock.rs Add SystemClock (#8239) 2024-02-22 22:28:08 -05:00
system_clock.rs Add SystemClock (#8239) 2024-02-22 22:28:08 -05:00