Skip to main content

starpu_create_callback_task

Function starpu_create_callback_task 

Source
pub unsafe extern "C" fn starpu_create_callback_task(
    callback: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
    callback_arg: *mut c_void,
)
Expand description

Create and submit an empty task with the given callback. See \ref SynchronizationTasks for more details.