Crate lunatic_process

source ·

Modules

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.
WebAssembly runtimes powering lunatic.

Structs

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

Enums

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

Traits

The Process is the main abstraction in lunatic.

Functions

Spawns a process from a closure.