We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f9d974 + c5b9870 commit 183f4e6Copy full SHA for 183f4e6
lib/concurrent/timer_task.rb
@@ -23,7 +23,7 @@ module Concurrent
23
# execution interval. The `TimerTask` thread does not perform the task,
24
# however. Instead, the TimerTask launches the task on a separate thread.
25
# Should the task experience an unrecoverable crash only the task thread will
26
- # crash. This makes the `TimerTask` very fault tolerant Additionally, the
+ # crash. This makes the `TimerTask` very fault tolerant. Additionally, the
27
# `TimerTask` thread can respond to the success or failure of the task,
28
# performing logging or ancillary operations. `TimerTask` can also be
29
# configured with a timeout value allowing it to kill a task that runs too
0 commit comments