Structs§
- Dropping
Port - A port that drops all messages sent to it. Used when there is no response port for a message. Any exceptions sent to it are re-raised in the current actor.
- Port
- A port that sends messages to a remote receiver. Wraps an EitherPortRef with the actor instance needed for sending.
- Python
Actor - An actor for which message handlers are implemented in Python.
- Python
Actor Params - Python
Message - Queued
Message - Message sent through the queue in queue-dispatch mode. Contains pre-resolved components ready for Python consumption.
Enums§
- Method
Specifier - Python
Actor Dispatch Mode - Dispatch mode for Python actors.
- Python
Message Kind - Unflatten
Arg