Module netsblox_vm::std_system
source · Expand description
An customizable implementation of System.
This submodule is only available with the std feature flag.
The primary type of interest is StdSystem, which implements System.
StdSystem can be configured with CustomTypes and Config,
which together allow for the definition of any external features (e.g., defining syscalls),
as well as overriding default behavior (e.g., rpc intercepting).
Structs
- A
StdSystemkey type for an asynchronous command. - A
StdSystemkey type used to await a reply message from an external source. - A
StdSystemkey type required for this client to send a reply message. - A
StdSystemkey type for an asynchronous request. - A type implementing the
Systemtrait which supports all features.