tokio allows to make deterministic tests that don't depend on real time, by using the start_paused option of the tokio::test attribute.
For that, tokio::time::Instant must be used everywhere. Would you consider a tokio feature that uses the Tokio Instant instead of the one from std?
tokioallows to make deterministic tests that don't depend on real time, by using thestart_pausedoption of thetokio::testattribute.For that,
tokio::time::Instantmust be used everywhere. Would you consider atokiofeature that uses the TokioInstantinstead of the one fromstd?