Function neon_runtime::task::schedule[][src]

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
)

Schedules a background task.