Crate lunatic_process

Source

Modules§

config
env
mailbox
message
The Message is a special variant of a Signal that can be sent to processes. The most common kind of Message is a DataMessage, but there are also some special kinds of messages, like the Message::LinkDied, that is received if a linked process dies.
runtimes
WebAssembly runtimes powering lunatic.
state
wasm

Structs§

ExecutionResult
NativeProcess
A process spawned from a native Rust closure.
WasmProcess
A WasmProcess represents an instance of a Wasm module that is being executed.

Enums§

DeathReason
Finished
The reason of a process finishing
ResultValue
Signal
Signals can be sent to processes to interact with them.

Traits§

Process
The Process is the main abstraction in lunatic.

Functions§

spawn
Spawns a process from a closure.