Expand description
Python bindings for the message bus, including configuration types and the
PyMessageBus wrapper that routes Python events through the Rust
thread-local MessageBus via the Any-based dispatch path.
Structsยง
- PyCallable
Handler - Adapts a Python callable as a
ShareableMessageHandler. - PyMessage
- Wraps a Python object so it can travel through the Rust Any-based message bus.
- PyMessage
Bus - Python message bus backed by the Rust thread-local
MessageBus.