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 e92b323 commit 7bab699Copy full SHA for 7bab699
lib/concurrent/timer_task.rb
@@ -126,6 +126,7 @@ module Concurrent
126
# task = Concurrent::TimerTask.new(execution_interval: 1, timeout_interval: 1){ 42 }
127
# task.add_observer(TaskObserver.new)
128
# task.execute
129
+ # sleep 4
130
#
131
# #=> (2013-10-13 19:08:58 -0400) Execution successfully returned 42
132
# #=> (2013-10-13 19:08:59 -0400) Execution successfully returned 42
0 commit comments