Asynchronous Calls (4)
- async returns a value which is only to be used as the parameter of a waiton call, and waiton must only be called with such a value.
- Remote function calls from a particular issuing node to a particular executing node are guaranteed to be performed in the sequence they were sent.
- There is no guaranteed order among calls involving multiple issuing or executing nodes.
Notes:
No notes for slide 35