module_run__launch

Function module_run__launch 

Source
pub unsafe extern "C" fn module_run__launch(
    fn_handle: FunctionHandle,
    input_ptr: *const u8,
    input_len: u32,
    __ark_ffi_output: *mut RequestHandle,
) -> ErrorCode
Expand 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