thread_pool_runner

Function thread_pool_runner 

Source
unsafe extern "C-unwind" fn thread_pool_runner(
    runner_opaque: *mut c_void,
    jpegxl_opaque: *mut c_void,
    init: JxlParallelRunInit,
    func: JxlParallelRunFunction,
    start_range: u32,
    end_range: u32,
) -> JxlParallelRetCode
Available on crate feature image-jxl only.