Module bootstrap

Source

Structs§

ControllerCommand

Enums§

ControllerServerRequest
ControllerServerResponse
RunCommand
The different types of hyperactor to launch based on the subcommands. The ones for System / Host should probably be moved to the hyperactor multiprocess crate.

Statics§

MONARCH_LABEL_PREFIX
Domain name for all monarch reserved labels.
WORLD_LABEL_PREFIX
Prefix for all monarch reserved labels for worlds.

Functions§

bootstrap_controller
Bootstraps the controller actor. Listen address is optional. If not provided, it will be assigned with a random available address that has the same transport as the system address.
parse_key_val
register_python_bindings
run
A helper function to launch the system, host, or controller actors. Returns the handle to be waited on.