Module: Empathy::Queue

Defined in:
lib/empathy.rb

Overview

Delegates to EM::Queue when in the EM reactor, otherwise plain old ::Queue

Class Method Summary collapse

Class Method Details

.newObject

Delegates to EM::Queue.new when in the EM reactor, otherwise to plain old ::Queue.new



194
# File 'lib/empathy.rb', line 194

create_delegate_module('Queue',:new)