[]Function neon_runtime::nan::task::schedule

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.