Function rusteron_media_driver::bindings::aeron_print_counters
source ยท pub unsafe extern "C" fn aeron_print_counters(
client: *mut aeron_t,
stream_out: Option<unsafe extern "C" fn(arg1: *const c_char)>,
)
Expand description
Call stream_out to print the counter labels and values.
@param client to get the counters from. @param stream_out to call for each label and value.