Function av_executor_alloc
pub unsafe extern "C" fn av_executor_alloc(
callbacks: *const AVTaskCallbacks,
thread_count: i32,
) -> *mut AVExecutor
Expand description
Alloc executor @param callbacks callback structure for executor @param thread_count worker thread number, 0 for run on caller’s thread directly @return return the executor