Structs§
- Instance
Wrapper - Wrapper around an instance of an actor that provides utilities to implement a python actor. This helps by allowing users to specialize the actor to the message type they want to handle.
- PyActor
Id - PyProc
- Wrapper around a proc that provides utilities to implement a python actor.
- PySerialized
- Wrapper around a [
Any] that allows returning it to python and passed to python based detached actors to send to other actors.