# File lib/moqueue/overloads.rb, line 52
  def self.stop
    @closing = true
    yield if block_given?
    @closing = false
  end