Skip to main contentCrate hiko_vm
Source - builder
- builtins
- heap
- io_backend
- Abstract I/O backend trait for async operations.
- policy
- process
- Hiko process: an isolated VM execution unit.
- runtime
- Runtime: single-threaded scheduler loop for running multiple hiko processes.
- runtime_ops
- Shared process operation logic used by both single-threaded and multi-threaded runtimes.
- scheduler
- Pluggable scheduler trait and default FIFO implementation.
- sendable
- SendableValue: the process boundary type.
- threaded
- Multi-threaded runtime: N worker threads executing hiko processes in parallel.
- value
- vm