pub unsafe extern "C" fn aeron_clock_update_cached_time(
    cached_clock: *mut aeron_clock_cache_t,
    epoch_time: i64,
    nano_time: i64,
)
Expand description

Update the cached clock with the current epoch and nano time values.

@param cached_clock ‘this’ @param epoch_time current ms since epoch. @param nano_time current ns time.