Method: LightIO::Core::IOloop#run

Defined in:
lib/lightio/core/ioloop.rb

#runObject

should never invoke explicitly



14
15
16
17
# File 'lib/lightio/core/ioloop.rb', line 14

def run
  # start io loop and never return...
  @backend.run
end