Class: Processing_thread
- Inherits:
-
Object
- Object
- Processing_thread
- Defined in:
- lib/processing_thread.rb
Instance Method Summary collapse
- #start ⇒ Object
-
#stop ⇒ Object
TODO: Run the processing thread.
Instance Method Details
#start ⇒ Object
2 3 4 |
# File 'lib/processing_thread.rb', line 2 def start # TODO: Run the processing thread end |
#stop ⇒ Object
TODO: Run the processing thread
5 6 7 |
# File 'lib/processing_thread.rb', line 5 def stop # TODO: Stop the processing thread end |