ln_dir_safe(src, dest) Instance Public methods
try_mon_enter() Instance Public methods For backward compatibility mon_try_enter
synchronize() Instance Public methods Alias for: mon_synchronize
new_cond() Instance Public methods Creates a new MonitorMixin::ConditionVariable associated with the receiver.
mon_try_enter() Instance Public methods Attempts to enter exclusive section. Returns false if lock fails. try_mon_enter
mon_synchronize() Instance Public methods Enters exclusive section and executes the block. Leaves the exclusive section automatically when the block exits. See example under MonitorMixin. synchronize
mon_exit() Instance Public methods Leaves exclusive section.
mon_enter() Instance Public methods Enters exclusive section.
new(*args) Class Public methods Use extend MonitorMixin or include MonitorMixin instead of this constructor. Have look at the examples above to understand how to use this module.
extend_object(obj) Class Public methods
Page 1752 of 2275