AMQP::Queue
# File lib/em-synchrony/amqp.rb, line 158 def subscribe(opts = {}, &block) Fiber.new do asubscribe(opts, &EM::Synchrony::AMQP.sync_cb(Fiber.current)) loop { block.call(Fiber.yield) } end.resume end
Generated with the Darkfish Rdoc Generator 2.