class Concurrent::RubyExecutorService
def shutdown
def shutdown synchronize do break unless running? stop_event.set ns_shutdown_execution end true end
def shutdown synchronize do break unless running? stop_event.set ns_shutdown_execution end true end