pub unsafe extern "C" fn aeron_clock_cached_nano_time(
cached_clock: *mut aeron_clock_cache_t,
) -> i64
Expand description
Retrieves the cached nano time from supplied cached clock.
@param cached_clock ‘this’ @return The current cached value for the nano time.