@!macro abstract_executor_service_public_api @!visibility private
# File lib/concurrent/executor/executor_service.rb, line 392 def kill synchronize do break if shutdown? self.ns_auto_terminate = false stop_event.set kill_execution stopped_event.set end true end
# File lib/concurrent/executor/executor_service.rb, line 415 def ns_running? !stop_event.set? end
# File lib/concurrent/executor/executor_service.rb, line 423 def ns_shutdown? stopped_event.set? end
Generated with the Darkfish Rdoc Generator 2.