Module wasmer_wasix::runtime::task_manager
source · Modules§
Structs§
- Represents a WASM task that will be executed on a dedicated thread
- The properties passed to the task
- The properties passed to the task
Enums§
- Describes whether a new memory should be created (and, in case, its type) or if it was already created and the store it belongs to.
Traits§
- A task executor backed by a thread pool.
- Generic utility methods for VirtualTaskManager
Type Aliases§
- Callback that will be invoked
- Callback that will be invoked
- Callback that will be invoked