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

Update the cached clock with the current nano time value.

@param cached_clock ‘this’ @param nano_time current ns time.