Next: Conclusions
Up: Topaz Operating System Interface
Previous: Other Process State
We can summarize the synchronization changes in the Topaz operating system
interface as follows:
- A computation is overlapped by performing it in a separate thread.
-
An asynchronous event is delivered by unblocking a client
thread.
- A synchronous event is delivered by returning a value or raising an
exception in the responsible thread.
Paul McJones
8/28/1997