Method: ForeignActor::InternalReactor#run

Defined in:
lib/foreign_actor/reactor.rb

#runObject



94
95
96
97
98
# File 'lib/foreign_actor/reactor.rb', line 94

def run
  loop { run_once() }
rescue StopLoop
  
end