Module actor

Module actor 

Source

Structs§

DroppingPort
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.
PythonActor
An actor for which message handlers are implemented in Python.
PythonActorParams
PythonMessage
QueuedMessage
Message sent through the queue in queue-dispatch mode. Contains pre-resolved components ready for Python consumption.

Enums§

MethodSpecifier
PythonActorDispatchMode
Dispatch mode for Python actors.
PythonMessageKind
UnflattenArg

Functions§

register_python_bindings