Class: Uh::WM::Workers::Blocking

Inherits:
Base
  • Object
show all
Defined in:
lib/uh/wm/workers/blocking.rb

Constant Summary

Constants inherited from Base

Uh::WM::Workers::Base::CALLBACKS

Instance Method Summary collapse

Methods inherited from Base

#initialize, #watch

Constructor Details

This class inherits a constructor from Uh::WM::Workers::Base

Instance Method Details

#work_eventsObject



5
6
7
# File 'lib/uh/wm/workers/blocking.rb', line 5

def work_events
  @on_read_next.call
end