Skip to main content

Module action

Module action 

Source
Expand description

Action server and client registration on the executor and handle types.

Structs§

ActionClientRawHandle
Handle returned by Executor::register_action_client_raw().
ActionServerHandle
Handle to an action server registered in the executor’s arena.
ActionServerRawHandle
Handle to a raw (untyped) action server registered in the executor’s arena.
RawActionClientSpec
Inputs for raw (untyped) action-client registration.
RawActionServerSpec
Inputs for raw (untyped) action-server registration.

Constants§

INVALID_ENTRY_INDEX
Sentinel value indicating an ActionServerRawHandle is not bound to an arena entry yet. Used by Phase 87.5 to replace Option<...> with a #[repr(C)]-compatible inline field.