Skip to main content

Module communication_backend

Module communication_backend 

Source

Modulesยง

noop ๐Ÿ”’
test_support ๐Ÿ”’

Traitsยง

CommunicationBackend
This trait defines the interface that will be used to send and receive messages over IPC. It is up to the platform to implement this trait and any necessary thread synchronization and broadcasting.
CommunicationBackendReceiver
This trait defines the interface for receiving messages from the communication backend.