Macros§
- derive_
message - A helper macro for deriving the Message trait.
Structs§
- Actor
Mailbox - A actor mailbox.
- Deferred
Response - A deferred response from the actor.
- Reply
- A reply handle.
Traits§
- Actor
- A derived actor handler.
- Executor
- A custom executor to spawn actors into.
- Message
- An actor message.
Attribute Macros§
- puppet_
actor - Create an actor for the given struct Impl.