Function tc_task_is_blocking

Source
#[no_mangle]
pub unsafe extern "C" fn tc_task_is_blocking(
    task: *mut TCTask,
) -> bool
Expand description

Check if a task is blocking (at least one other task depends on it).

EXTERN_C bool tc_task_is_blocking(struct TCTask *task);