Expand description
Procedural macros for the Theta actor framework.
This crate provides the #[actor]
attribute macro and ActorArgs
derive macro
that simplify actor implementation by generating the necessary boilerplate code.
Attribute Macros§
- actor
- Attribute macro for implementing actors with automatic message handling.
Derive Macros§
- Actor
Args - Derive macro for actor argument types with automatic trait implementations.