module Missingly::Mutex

Public Class Methods

synchronize(&block) click to toggle source
# File lib/missingly/matchers.rb, line 7
def self.synchronize(&block)
  @mutex.synchronize(&block)
end