method
mon_synchronize

Ruby latest stable (v2_5_5)
-
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.