Skip to main content
Module proc
monarch_
hyperactor
0.0.0
Module proc
Module Items
Structs
Functions
In crate monarch_
hyperactor
monarch_hyperactor
Module
proc
Copy item path
Source
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
Addr
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.
Functions
§
register_
python_
bindings