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

Update the cached clock with the current epoch time value.

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