Module process

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
wake_atomic_waiters ๐Ÿ”’

Type Aliasesยง

LockableWasiProcessInner