Module module_run_v0

Source

Structs§

IsReady
IsReadyBits
bytemuck-generated type for internal purposes only.

Enums§

FunctionSource
Source module for a function

Statics§

API
FFI API

Functions§

blocking_launch
Launch a module in a blocking/synchronous manner.
create_function
is_ready
Checks if the results of a launched module is ready
launch
Launch a module asynchronously.
module_run__blocking_launch
Launch a module in a blocking/synchronous manner.
module_run__create_function
module_run__is_ready
Checks if the results of a launched module is ready
module_run__launch
Launch a module asynchronously.
module_run__remove_function
module_run__retrieve
Retrieve the resulting output buffer from a request that is ready.
remove_function
retrieve
Retrieve the resulting output buffer from a request that is ready.

Type Aliases§

FunctionHandle
RequestHandle