Module lifecycle

Module lifecycle 

Source
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§

CellLifecycleClient
Client stub for the #trait_name service.
CellLifecycleRegistryClient
Registry-aware client stub for the #trait_name service.
CellLifecycleServer
Server dispatcher for the #trait_name service.
ReadyAck
Acknowledgment sent by host
ReadyMsg
Message sent by cell to indicate it’s ready to handle RPC requests

Constants§

CELL_LIFECYCLE_METHOD_ID_READY

Traits§

CellLifecycle
Cell lifecycle service implemented by the host.

Functions§

cell_lifecycle_register
Register this service with a registry.