pub unsafe extern "C" fn schedule(
    task: *mut c_void,
    perform: unsafe extern "C" fn(*mut c_void) -> *mut c_void,
    complete: unsafe extern "C" fn(*mut c_void, *mut c_void, &mut Local),
    callback: Local
)
Expand description

Schedules a background task.