1 parent 0b88d5f commit 66b5cabCopy full SHA for 66b5cab
1 file changed
lib/concurrent-ruby/concurrent/executor/executor_service.rb
@@ -68,10 +68,9 @@ module Concurrent
68
69
# @!macro executor_service_method_kill
70
#
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.
+ # 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.
75
76
# @!macro executor_service_method_wait_for_termination
77
0 commit comments