timer-kit 0.1.1

A timer toolkit that is generic over the underlying timer implementation.
Documentation
1
2
3
4
5
6
7
use fluvio_wasm_timer::Instant;

impl crate::Instant for Instant {
    fn now() -> Self {
        Instant::now()
    }
}