[Newbies] Callback

Bert Freudenberg bert at freudenbergs.de
Thu Oct 9 14:34:02 UTC 2008


Am 09.10.2008 um 16:24 schrieb Mark Volkmann:

> On Oct 9, 2008, at 9:07 AM, Bert Freudenberg wrote:
>
>>
>> Am 09.10.2008 um 15:54 schrieb xyz 42:
>>
>>> Hello!  I want to create a callback that will call my method after,
>>> say, 10 minutes.  How can I do it in squeak?
>>
>> [(Delay forDuration: 10 minutes) wait. self myMethod] fork
>>
>> This forks off a background process
>
> Is there a distinction between processes and threads in Squeak?


No. It's all "green threads" in modern parlor, but they are named  
"processes" for historic reasons.

- Bert -




More information about the Beginners mailing list