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
146
146
# On some runtime platforms (most notably the JVM) the application will not
147
147
# exit until all thread pools have been shutdown. To prevent applications from
148
148
# "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
150
150
# force method to stop the pool and makes no guarantees regarding resources being
151
151
# used by any tasks still running. Registration of this `at_exit` handler can be
152
152
# prevented by setting the thread pool's constructor `:auto_terminate` option to
You can’t perform that action at this time.
0 commit comments