method
mon_synchronize
Ruby latest stable (v1_9_3_392)
-
0 notes -
Class: MonitorMixin
mon_synchronize()
public
Enters exclusive section and executes the block. Leaves the exclusive section automatically when the block exits. See example under MonitorMixin.


