Method: TonnelRunner#stop_async
- Defined in:
- lib/dblink/tonnel_runner.rb
permalink #stop_async ⇒ Object
[View source]
76 77 78 79 80 |
# File 'lib/dblink/tonnel_runner.rb', line 76 def stop_async if @runner_pid && System.process_alive?(@runner_pid, verbose: @verbose) System.stop_process(@runner_pid) end end |