Expand description
A general purpose graphix runtime
This module implements a generic graphix runtime suitable for most applications, including applications that implement custom graphix builtins. The graphix interperter is run in a background task, and can be interacted with via a handle. All features of the standard library are supported by this runtime.
Structs§
- Callable
- Callable
Id - CompExp
- CompRes
- GXConfig
- GXConfig
Builder - Builder for
GXConfig. - GXHandle
- A handle to a running GX instance.
- GXRt
- Named
Callable - NoExt
- Ref
- TRef
Enums§
- GXConfig
Builder Error - Error type for GXConfigBuilder
- GXEvent
Traits§
- GXExt
- Trait to extend the event loop