Module handler

Source

Structs§

NoOpErrorListener
The default one.
SimpleExecutor
The default executor used. It creates an internal thread pool, and each call to a Rust function is handled by a different thread.
SimpleHandler
The simple handler uses a simple thread pool to execute tasks.
TaskContext
A context for task execution
TaskInfo
Supporting information for a task

Enums§

FfiCallMode
The types of return values for a particular Rust function.
HandlerError
Errors that occur from normal code execution.

Traits§

ErrorListener
Listens when error happens
Executor
An executor model for Rust functions.
TaskRetFutTrait