class Concurrent::AbstractExecutorService

def ns_shutdown_execution

The default behavior is to signal all waiting threads.
Callback method called when an orderly shutdown has completed.

@!macro executor_service_method_ns_shutdown_execution
def ns_shutdown_execution
  # do nothing
end