Class: Libuv::Loop
- Inherits:
-
Object
- Object
- Libuv::Loop
- Defined in:
- lib/uv-rays/scheduler.rb
Instance Method Summary collapse
Instance Method Details
#scheduler ⇒ Object
380 381 382 383 |
# File 'lib/uv-rays/scheduler.rb', line 380 def scheduler @scheduler ||= UV::Scheduler.new(@loop) @scheduler end |