# File lib/amq/client/async/channel.rb, line 99 def synchronize(&block) @mutex.synchronize(&block) end