Crate puppet

Source

Macros§

derive_message
A helper macro for deriving the Message trait.

Structs§

ActorMailbox
A actor mailbox.
DeferredResponse
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.