First page Back Continue Last page Overview Graphics
Concurrency
Slate has no (advertised) support for concurrency yet: we intend to build this around both the underlying compiler continuation model and some relatively safe protocol for native threads.
We are also looking at the Squeak-E project's use of eventual-sends and other idioms for minimizing deadlock conditions while not involving the user in details about semaphores and monitors.
Notes: