Class: Libuv::Loop

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

Instance Method Summary collapse

Instance Method Details

#schedulerObject



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

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