Module lifecycle

Module lifecycle 

Source
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§

ActrNode
ActrNode - ActrSystem + Workload (1:1 composition)
ActrSystem
ActrSystem - Runtime infrastructure (generic-free)
CredentialState
Credential state for shared access between tasks
DefaultNetworkEventProcessor
默认网络事件处理器实现
DiscoveryResult
Result of a service discovery request with compatibility information.
NetworkEventHandle
Network Event Handle
NetworkEventResult
网络事件处理结果

Enums§

NetworkEvent
网络事件类型

Traits§

NetworkEventProcessor
网络事件处理器 Trait

Functions§

heartbeat_task
Heartbeat task that periodically sends Ping messages to signaling server