Function rust_hawktracer::ht_task_scheduler_remove_task[][src]

pub unsafe extern "C" fn ht_task_scheduler_remove_task(
    task_scheduler: *mut HT_TaskScheduler,
    task_id: HT_TaskId
) -> HT_Boolean

Deletes a task from a scheduler.

@param task_scheduler a pointer to the scheduler. @param task_id an identifier of the task to remove.

@return #HT_TRUE, if task was removed successfully; if task doesn't exist, returns #HT_FALSE.