Support for the Ruby 2.4 series has ended. See here for reference.
Object
Use the Monitor class when you want to have a lock object for blocks with mutual exclusion.
Monitor
require 'monitor' lock = Monitor.new lock.synchronize do # exclusive access end
This page was generated for Ruby 2.4.9
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.