Class: Processing_thread

Inherits:
Object
  • Object
show all
Defined in:
lib/processing_thread.rb

Instance Method Summary collapse

Instance Method Details

#startObject



2
3
4
# File 'lib/processing_thread.rb', line 2

def start
  # TODO: Run the processing thread
end

#stopObject

TODO: Run the processing thread



5
6
7
# File 'lib/processing_thread.rb', line 5

def stop
  # TODO: Stop the processing thread
end