Expand description
Lifecycle management layer (non-architectural layer)
Responsible for Actor system lifecycle management:
- ActrSystem: Initialization and configuration
- ActrNode
: Generic node (bound to Workload Type)
Re-exports§
pub use compat_lock::CompatLockFile;pub use compat_lock::CompatLockManager;pub use compat_lock::CompatibilityCheck;pub use compat_lock::NegotiationEntry;
Modules§
- compat_
lock - compat.lock.toml - 运行时兼容性协商缓存
Structs§
- Actr
Node - ActrNode - ActrSystem + Workload (1:1 composition)
- Actr
System - ActrSystem - Runtime infrastructure (generic-free)
- Credential
State - Credential state for shared access between tasks
- Default
Network Event Processor - 默认网络事件处理器实现
- Discovery
Result - Result of a service discovery request with compatibility information.
- Network
Event Handle - Network Event Handle
- Network
Event Result - 网络事件处理结果
Enums§
- Network
Event - 网络事件类型
Traits§
- Network
Event Processor - 网络事件处理器 Trait
Functions§
- heartbeat_
task - Heartbeat task that periodically sends Ping messages to signaling server