pub unsafe extern "C" fn aeron_counters_reader_foreach_counter(
counters_reader: *mut aeron_counters_reader_t,
func: aeron_counters_reader_foreach_counter_func_t,
clientd: *mut c_void,
)
Expand description
Iterate over the counters in the counters_reader and call the given function for each counter.
@param counters_reader to iterate over. @param func to call for each counter. @param clientd to pass for each call to func.