We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
:execution_interval
1 parent e7ff945 commit 9f40827Copy full SHA for 9f40827
lib/concurrent-ruby/concurrent/timer_task.rb
@@ -159,7 +159,7 @@ class TimerTask < RubyExecutorService
159
#
160
# @!macro timer_task_initialize
161
# @param [Hash] opts the options defining task execution.
162
- # @option opts [Integer] :execution_interval number of seconds between
+ # @option opts [Float] :execution_interval number of seconds between
163
# task executions (default: EXECUTION_INTERVAL)
164
# @option opts [Boolean] :run_now Whether to run the task immediately
165
# upon instantiation or to wait until the first # execution_interval
0 commit comments