July 31, 2014
2:18 p.m.
On Jul 31, 2014, at 6:55 AM, Jan Vrany <jan.vrany@fit.cvut.cz> wrote:
I am playing around with Animations [1] in the Moose 5.0/Pharo 3.0 image [2]. Nested use of the same mutex seems to freeze the image. Should that work?
No, it should not :-) Use Monitor instead.
+1 nested mutexes should not work not in pharo nor anything else Monitors are for reentering stuff