Expand description
Definition of exchange channels
Structs§
- Broadcast channel builder for archived data
- Broadcast receiver for archived data:
- Broadcast sender for archived data:
- Dispatch channel builder for archived data
- Dispatch receiver for archived data
- Dispatch sender for archived data
- Oneshot channel for archived data within a cluster; oneshot channel is used only once
- Oneshot receiver for archived data within a cluster; this receiver implement Future and can be awaited until data is recieved
- Oneshot sender for archived data within a cluster
- Query channel builder for archived data
- Query receiver for archived data
- Query sender for archived data
- Archived signal channel within a cluster: signal is an history free ‘instantaneous’ data (queueless channel)
- Signal receiver for archived data; archived data are serialized data with type information
- Signal sender for archived data; archived data are serialized data with type information
- Channel client
- Channel server
- Root broadcast receiver for archived data
- Root broadcast sender for archived data
Functions§
- Experimentation example of channel server