From 66b5cab84df53b6e16c9ff01e9666a7639e2b67f Mon Sep 17 00:00:00 2001 From: "Joey@macstudio" <4296411@qq.com> Date: Mon, 17 Aug 2026 19:00:39 +0800 Subject: [PATCH] docs: clarify executor kill behavior --- .../concurrent/executor/executor_service.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/concurrent-ruby/concurrent/executor/executor_service.rb b/lib/concurrent-ruby/concurrent/executor/executor_service.rb index 7e344919e..e16f024aa 100644 --- a/lib/concurrent-ruby/concurrent/executor/executor_service.rb +++ b/lib/concurrent-ruby/concurrent/executor/executor_service.rb @@ -68,10 +68,9 @@ module Concurrent # @!macro executor_service_method_kill # - # Begin an immediate shutdown. In-progress tasks will be allowed to - # complete but enqueued tasks will be dismissed and no new tasks - # will be accepted. Has no additional effect if the thread pool is - # not running. + # Begin an immediate shutdown. In-progress tasks may be interrupted, + # enqueued tasks will be dismissed, and no new tasks will be accepted. + # Has no additional effect if the thread pool is not running. # @!macro executor_service_method_wait_for_termination #