Files

AMQP

Attributes

closing[R]
closing?[R]

Public Class Methods

connect(*args) click to toggle source
# File lib/moqueue/overloads.rb, line 58
def self.connect(*args)
end
start(opts={},&block) click to toggle source
# File lib/moqueue/overloads.rb, line 48
def self.start(opts={},&block)
  EM.run(&block)
end
stop() click to toggle source
# File lib/moqueue/overloads.rb, line 52
def self.stop
  @closing = true
  yield if block_given?
  @closing = false
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.