Class: Evma::Reactor
Instance Method Summary collapse
-
#initialize ⇒ Reactor
constructor
–.
-
#run ⇒ Object
–.
Constructor Details
#initialize ⇒ Reactor
–
34 35 36 |
# File 'lib/evma/reactor.rb', line 34 def initialize EventMachine.initialize_event_machine end |
Instance Method Details
#run ⇒ Object
–
40 41 42 |
# File 'lib/evma/reactor.rb', line 40 def run EventMachine.run_machine end |