pub unsafe extern "C" fn module_run__launch(
fn_handle: FunctionHandle,
input_ptr: *const u8,
input_len: u32,
__ark_ffi_output: *mut RequestHandle,
) -> ErrorCodeExpand description
Launch a module asynchronously.
This will launch the module in the background and one have to poll is_ready to see when the request completes
ยงReturns
These may be returned, but the host can also choose to return success on any launch
and have retrieve return the error codes
crate::ErrorCode::Success- if module was successfully launchedcrate::ErrorCode::NotFound- if the module function was not foundcrate::ErrorCode::InternalError- something else went wrong during launch