File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ module Concurrent
146146 # On some runtime platforms (most notably the JVM) the application will not
147147 # exit until all thread pools have been shutdown. To prevent applications from
148148 # "hanging" on exit all thread pools include an `at_exit` handler that will
149- # stop the thread pool when the application exists . This handler uses a brute
149+ # stop the thread pool when the application exits . This handler uses a brute
150150 # force method to stop the pool and makes no guarantees regarding resources being
151151 # used by any tasks still running. Registration of this `at_exit` handler can be
152152 # prevented by setting the thread pool's constructor `:auto_terminate` option to
You can’t perform that action at this time.
0 commit comments