Syncronization primitives in Squeak??

Bob Arning arning at charm.net
Thu May 31 00:36:07 UTC 2001


Vasili,

On Wed, 30 May 2001 17:18:20 -0700 (PDT) Galchin Vasili <vngalchin at yahoo.com> wrote:
>  1) What multithreading capabilities exist in Squeak?
>       In which class?

Check out the class Process plus methods like #fork and #forkAt: in BlockContext.

>   2) What synchronization primitives? In which class?

Semaphore. Methods like #signal, #wait and #critical: are especially useful.

Cheers,
Bob





More information about the Squeak-dev mailing list