class Concurrent::AbstractExecutorService

def ns_kill_execution

The default behavior is to do nothing.
Callback method called when the executor has been killed.

@!macro executor_service_method_ns_kill_execution
def ns_kill_execution
  # do nothing
end