Expand description
Cell lifecycle protocol
Standard protocol for cells to signal readiness to the host.
This is automatically handled by run_with_session when --peer-id is present.
Structs§
- Cell
Lifecycle Client - Client stub for the #trait_name service.
- Cell
Lifecycle Registry Client - Registry-aware client stub for the #trait_name service.
- Cell
Lifecycle Server - Server dispatcher for the #trait_name service.
- Ready
Ack - Acknowledgment sent by host
- Ready
Msg - Message sent by cell to indicate it’s ready to handle RPC requests
Constants§
Traits§
- Cell
Lifecycle - Cell lifecycle service implemented by the host.
Functions§
- cell_
lifecycle_ register - Register this service with a registry.