Structs§
- NoOp
Error Listener - The default one.
- Simple
Executor - The default executor used. It creates an internal thread pool, and each call to a Rust function is handled by a different thread.
- Simple
Handler - The simple handler uses a simple thread pool to execute tasks.
- Task
Context - A context for task execution
- Task
Info - Supporting information for a task
Enums§
- FfiCall
Mode - The types of return values for a particular Rust function.
- Handler
Error - Errors that occur from normal code execution.
Traits§
- Error
Listener - Listens when error happens
- Executor
- An executor model for Rust functions.
- Task
RetFut Trait