Structs§
- Client
Context - Process
Alloc - An allocation produced by
ProcessAllocator
. - Process
Allocator - An allocator that allocates procs by executing managed (local)
processes. ProcessAllocator is configured with a [
Command
] (template) to spawn external processes. These processes must invoke [hyperactor_mesh::bootstrap
] or [hyperactor_mesh::bootstrap_or_die
], which is responsible for coordinating with the allocator.