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.
1 parent e9b592d commit c641c0fCopy full SHA for c641c0f
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