Closed str4d closed 1 year ago
We approximately follow the APIs of std::time::{Instant, Duration}, adjusting for the wrapping clock as necessary.
std::time::{Instant, Duration}
Rebased on main.
main
Force-pushed to rework the implementation of Instant to be wrapping, and added an implementation of Duration.
Instant
Duration
We approximately follow the APIs of
std::time::{Instant, Duration}
, adjusting for the wrapping clock as necessary.