Skip to main content

Module client_server

Module client_server 

Source

Structs§

ActionChannel
In-memory channel shared between a client and a server (same-process semantics).
BasicActionClient
BasicActionServer

Traits§

ActionClient
Client-side handle: sends goals, polls feedback, and retrieves the final result.
ActionServer
Server-side handle: receives goals, publishes feedback, and sends the final result.