pub fn now<'a, C: Invoke>(
    wrpc__: &'a C,
    cx__: C::Context,
) -> impl Future<Output = Result<Instant>> + Send + 'a
Expand description

Read the current value of the clock.

The clock is monotonic, therefore calling this function repeatedly will produce a sequence of non-decreasing values.