Class: Uh::WM::Workers::BlockingWorker

Inherits:
BaseWorker
  • Object
show all
Defined in:
lib/uh/wm/workers/blocking_worker.rb

Instance Method Summary collapse

Methods inherited from BaseWorker

#configure, #initialize, #setup

Constructor Details

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

Instance Method Details

#each_eventObject



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

def each_event
  @display.each_event { |e| yield e }
end