Synchronization type aliases
Receive
The Receive
type describes a function that knows how to handle the arrival of a message as part of the synchronization protocol. Read more.
Send
The Send
type describes a function that knows how to dispatch a message as part of the synchronization protocol. Read more.