Module actor

Source
Expand description

Actor system for event-driven message processing.

This module provides the actor framework used throughout PoseiTrader for handling data processing, event management, and asynchronous message handling. Actors are lightweight components that process messages in isolation.

Re-exports§

pub use data_actor::DataActor;
pub use data_actor::DataActorCore;
pub use crate::component::Component;

Modules§

data_actor
registry

Traits§

Actor