Files

AMQP

Attributes

closing[R]

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.