Module bootstrap

Source

Structs§

WorkerBootstrapArgs
Bootstrap arguments used for bootstrapping workers for both Python and Rust entry points.

Enums§

BinaryArgs
WorkerServerRequest
WorkerServerResponse

Functions§

bootstrap_pipe
bootstrap_worker_proc
Bootstrap the worker proc and join the system at bootstrap_addr. The actual worker actor is spawned by the corresponding controller. The worker Python dependencies need to be packaged separately and loaded during the runtime.
register_python_bindings
worker_server