Re-exports§
pub use actor_system::*;
pub use context::*;
Modules§
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.
- Track
Actor - Trait for actors that require logging functionality.