Skip to main content

AeronAsyncExecutorTaskCancelFuncCallback

Trait AeronAsyncExecutorTaskCancelFuncCallback 

Source
pub trait AeronAsyncExecutorTaskCancelFuncCallback {
    // Required method
    fn handle_aeron_async_executor_task_on_cancel_func(
        &mut self,
        executor_clientd: *mut c_void,
    );
}
Expand description

(note you must copy any arguments that you use afterwards even those with static lifetimes)

Required Methods§

Implementors§