[POLL] Process>>terminate

Igor Stasenko siguctua at gmail.com
Mon Oct 15 19:23:28 UTC 2007


Also note, that because we have only the 'soft' terminate, this leads
to appearance of some evil code like:

block := [ [ true] whileTrue: [ ... ] ].

[ block value ] ensure: [ block value ].



More information about the Squeak-dev mailing list