Crate monarch_hyperactor

Crate monarch_hyperactor 

Source

Modules§

actor
actor_mesh
alloc
bootstrap
buffers
channel
code_sync
config
Configuration bridge for Monarch Hyperactor.
context
endpoint
host_mesh
local_state_broker
logging
mailbox
metrics
Metrics for Python actor endpoints.
namespace
Python bindings for read-only namespace operations.
ndslice
pickle
Deferred pickling support for Monarch.
proc
proc_launcher
Actor-based proc launcher implementation.
proc_launcher_probe
Probe module for validating the explicit response port contract.
proc_mesh
py_cell
pympsc
A mpsc channel that can is used to send messages from Rust to Python without acquiring the GIL on the sender side.
pytokio
pywaker
Pywaker provides a GIL-free way to wake up Python event loops from Rust. This is accomplished by writing a single byte to a “self pipe” for every wake up. The corresponding read-side FD is added to the Python-side event loop.
runtime
selection
shape
supervision
telemetry
testing
Minimal PyO3 struct for testing @rust_struct mixin patching.
value_mesh