Crate oricalchum

Source

Re-exports§

pub use actor_system::*;
pub use context::*;

Modules§

actor_system
context

Structs§

Addr
Represents the address of an actor, providing a way to send messages to it.

Traits§

Actor
Trait representing an actor in the system.
Message
Trait for message types that can be sent between actors.
TrackActor
Trait for actors that require logging functionality.