Function av_executor_execute

pub unsafe extern "C" fn av_executor_execute(
    e: *mut AVExecutor,
    t: *mut AVTask,
)
Expand description

Add task to executor @param e pointer to executor @param t pointer to task. If NULL, it will wakeup one work thread