# File lib/mq.rb, line 775 def get_queue if block_given? (@get_queue_mutex ||= Mutex.new).synchronize{ yield( @get_queue ||= [] ) } end end