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 e9b592d + c641c0f commit 52eab7eCopy full SHA for 52eab7e
lib/concurrent/timer_task.rb
@@ -9,7 +9,7 @@
9
10
module Concurrent
11
12
- # A very common currency pattern is to run a thread that performs a task at
+ # A very common concurrency pattern is to run a thread that performs a task at
13
# regular intervals. The thread that performs the task sleeps for the given
14
# interval then wakes up and performs the task. Lather, rinse, repeat... This
15
# pattern causes two problems. First, it is difficult to test the business
0 commit comments