Skip to content

Commit 66b5cab

Browse files
committed
docs: clarify executor kill behavior
1 parent 0b88d5f commit 66b5cab

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

‎lib/concurrent-ruby/concurrent/executor/executor_service.rb‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ module Concurrent
6868

6969
# @!macro executor_service_method_kill
7070
#
71-
# Begin an immediate shutdown. In-progress tasks will be allowed to
72-
# complete but enqueued tasks will be dismissed and no new tasks
73-
# will be accepted. Has no additional effect if the thread pool is
74-
# not running.
71+
# Begin an immediate shutdown. In-progress tasks may be interrupted,
72+
# enqueued tasks will be dismissed, and no new tasks will be accepted.
73+
# Has no additional effect if the thread pool is not running.
7574

7675
# @!macro executor_service_method_wait_for_termination
7776
#

0 commit comments

Comments
 (0)