Suspending/resuming processes

Igor Stasenko siguctua at gmail.com
Fri Dec 21 17:32:30 UTC 2007


Let me make it clear for the last time.

Waiting is an _action_.

And process allowed to perform any _actions_ if it's not suspended.
If you suspend process, it should stop performing actions until it
receive #resume.

As another viewpoint, we can consider waiting for #resume as an action too.
But since process can perform only single action at some point of
time, it can't perform 'wait for resume' and 'wait for signal' in
parallel.

-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list