pub unsafe extern "C" fn starpu_task_bundle_remove(
bundle: starpu_task_bundle_t,
task: *mut starpu_task,
) -> c_intExpand description
Remove \p task from \p bundle. Of course \p task must have been
previously inserted in \p bundle. This function must not be called
if \p bundle is already closed and/or \p task is already submitted.
Doing so would result in undefined behaviour. On success, it
returns 0. If \p bundle is already closed it returns