Module sbp::link

source ·
Expand description

Callback based message handler.

Structs§

  • A message handler and the message ids it responds to.
  • Returned when registering a callback. Can be used to unregister the callback.
  • Used to attach message handlers.
  • Used to send messages to callbacks registered via Links created from this LinkSource.
  • Marker type for handlers that receive the LinkSource’s shared state.
  • Marker type for handlers that do not receive the LinkSource’s shared state.

Traits§