If the process has a strong reference to your morph (via self, a local
variable, etc), or any other object referencing your morph (e.g. the home
context of the block of the process), then the morph won't get garbage
collected while the process is running. If it only has a weak reference to
the morph, then it can check if the morph got garbage collected (the weak
reference became nil), and terminate normally.
Levente
On Wed, 11 Dec 2013, Mateusz Grotek wrote:
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners