Expand description
Schedule tasks using a foreign executor.
Structs§
- Schedule Rust calls using a foreign executor
- Opaque handle for a foreign task executor.
Enums§
- Result code returned by
ForeignExecutorCallback
- Passed to a
RustTaskCallback
function when the executor invokes them.
Functions§
- Set the global ForeignExecutorCallback. This is called by the foreign bindings, normally during initialization.
Type Aliases§
- Callback for a Rust task, this is what the foreign executor invokes