class EventMachine::Synchrony::Thread::Mutex

Fiber-aware drop-in replacements for thread objects

def synchronize( &blk )

def synchronize( &blk )
  blk.call
end