Method: OFlow::Task#start

Defined in:
lib/oflow/task.rb

#startObject

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