AbstractExecutorService
@!macro abstract_executor_service_public_api @!visibility private
# File lib/concurrent/executor/ruby_executor_service.rb, line 37 def kill synchronize do break if shutdown? self.ns_auto_terminate = false stop_event.set ns_kill_execution stopped_event.set end true end
Generated with the Darkfish Rdoc Generator 2.