Method: OFlow::Task#start
- Defined in:
- lib/oflow/task.rb
#start ⇒ Object
Restarts the Task’s processing thread.
294 295 296 297 |
# File 'lib/oflow/task.rb', line 294 def start() @state = RUNNING @loop.wakeup() unless @loop.nil? end |