Method: Async::Stop::Later#transfer

Defined in:
lib/async/stop.rb

#transferObject

Transfer control to the operation - this will stop the task.



77
78
79
# File 'lib/async/stop.rb', line 77

def transfer
  @task.stop(false, cause: @cause)
end