Class: ForeignActor::Reactor

Inherits:
InternalReactor show all
Includes:
Celluloid
Defined in:
lib/foreign_actor/reactor.rb

Constant Summary

Constants inherited from InternalReactor

InternalReactor::StopLoop

Instance Method Summary collapse

Methods inherited from InternalReactor

#request, #run, #run_once, #serve_actor, #socket, #suspend_reactor, #wait_answer, #wakeup_reactor

Constructor Details

#initializeReactor

Returns a new instance of Reactor.



271
272
273
274
# File 'lib/foreign_actor/reactor.rb', line 271

def initialize(*)
  super
  async.run()
end