pub trait AeronArchiveDelegatingInvokerFuncCallback {
// Required method
fn handle_aeron_archive_delegating_invoker_func(&mut self);
}
Expand description
Callback to allow execution of a delegating invoker to be run.
pub trait AeronArchiveDelegatingInvokerFuncCallback {
// Required method
fn handle_aeron_archive_delegating_invoker_func(&mut self);
}
Callback to allow execution of a delegating invoker to be run.