Class: Libuv::Loop

Inherits:
Object
  • Object
show all
Defined in:
lib/uv-rays/scheduler.rb

Instance Method Summary collapse

Instance Method Details

#schedulerObject



380
381
382
383
# File 'lib/uv-rays/scheduler.rb', line 380

def scheduler
    @scheduler ||= UV::Scheduler.new(@loop)
    @scheduler
end