Synchronization type aliases
This is the collection of synchronization type aliases within the synchronizers
module. There are only two synchronization type aliases, Receive
and Send
.
Receive
The Receive
type describes a function that knows how to handle the arrival of a message as part of the synchronization protocol.
Send
The Send
type describes a function that knows how to dispatch a message as part of the synchronization protocol.