Expand description
Action server and client registration on the executor and handle types.
Structs§
- Action
Client RawHandle - Handle returned by
Executor::register_action_client_raw(). - Action
Server Handle - Handle to an action server registered in the executor’s arena.
- Action
Server RawHandle - Handle to a raw (untyped) action server registered in the executor’s arena.
- RawAction
Client Spec - Inputs for raw (untyped) action-client registration.
- RawAction
Server Spec - Inputs for raw (untyped) action-server registration.
Constants§
- INVALID_
ENTRY_ INDEX - Sentinel value indicating an
ActionServerRawHandleis not bound to an arena entry yet. Used by Phase 87.5 to replaceOption<...>with a#[repr(C)]-compatible inline field.