Method: Async::Stop::Later#transfer
- Defined in:
- lib/async/stop.rb
#transfer ⇒ Object
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 |