Handles delivery of a sequence of sent Messages - which can be any javascript value - for one or more receivers to process when they are ready.
Messages
Takes a message from the message backlog or waits for the next send() call if there is no backlog.
Delivers message to any waiting receive() call or adds to a backlog for a future caller to receive.
Generated using TypeDoc
Handles delivery of a sequence of sent
Messages
- which can be any javascript value - for one or more receivers to process when they are ready.