Skip to main content

Module runtime

Module runtime 

Source

Structs§

RuntimeConfig
Configuration for runtime instances.
SingleThreadedRuntime
Single-threaded runtime implementation with internal event routing

Enums§

RuntimeError
Error types for runtime operations and message routing.

Traits§

Runtime
Abstract runtime that manages actor subscriptions, pub/sub delivery, and emission of protocol events. Implementations can provide different threading or transport strategies.
TypedRuntime
Type-safe convenience layer over Runtime for strongly-typed topics and direct messaging to actors.