Class: Libuv::Loop

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

Instance Method Summary collapse

Instance Method Details

#schedulerObject



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

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