starlang-runtime
Runtime infrastructure for Starlang (Distributed Rust Erlang Abstract Machine).
This crate provides the core runtime components:
- [
ProcessRegistry] - Concurrent registry mapping PIDs to process handles - [
Mailbox] - Message queue for process communication - [
ProcessHandle] - Handle for interacting with a running process - [
Context] - Process execution context with access to runtime services