Class: ReportsMash::Engine::Threading::WorkerThread

Inherits:
Thread
  • Object
show all
Defined in:
lib/reportsmash/engine/threading.rb

Instance Method Summary collapse

Constructor Details

#initializeWorkerThread

Returns a new instance of WorkerThread.



6
7
8
# File 'lib/reportsmash/engine/threading.rb', line 6

def initialize
  super
end