pub unsafe extern "C" fn aeron_archive_poll_for_recording_signals(
count_p: *mut i32,
aeron_archive: *mut aeron_archive_t,
) -> c_int
Expand description
Poll for recording signals, dispatching them to the configured aeron_archive_recording_signal_consumer_func_t in the context
@param count_p out param that indicates the number of recording signals dispatched. @return 0 for success, -1 for failure.