Module task_manager

Source

Modules§

tokio

Structs§

TaskWasm
Represents a WASM task that will be executed on a dedicated thread
TaskWasmRecycleProperties
The properties passed to the task
TaskWasmRunProperties
The properties passed to the task

Enums§

SpawnMemoryTypeOrStore
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.
SpawnType

Traits§

VirtualTaskManager
A task executor backed by a thread pool.
VirtualTaskManagerExt
Generic utility methods for VirtualTaskManager

Functions§

block_on

Type Aliases§

TaskExecModule
Callback that will be invoked
TaskWasmPreRun
TaskWasmRecycle
Callback that will be invoked
TaskWasmRun
Callback that will be invoked
WasmResumeTask
WasmResumeTrigger