Files
Ariel Ben-Yehuda 5509ebe615 feat(rt): add Timer::now() method to allow overriding the instant returned (#3965)
The new trait method has a default implementation just returning `Instant::now()`.

An implementer can override that, such as Tokio providing support for it's pausable clock.
2025-11-10 09:38:43 -05:00
..