Module process

Source

Structs§

MemorySnapshotRegion
WasiProcess
Represents a process running within the compute state TODO: fields should be private and only accessed via methods.
WasiProcessId
Represents the ID of a sub-process
WasiProcessInner
WasiProcessWait 🔒

Enums§

MaybeCheckpointResult
WasiProcessCheckpoint
Represents a freeze of all threads to perform some action on the total state-machine. This is normally done for things like snapshots which require the memory to remain stable while it performs a diff.

Functions§

signal_process_internal 🔒
Signals all the threads in this process

Type Aliases§

LockableWasiProcessInner