File: //usr/local/rvm/gems/ruby-3.0.2/doc/concurrent-ruby-1.1.9/ri/Concurrent/TimerSet/post-i.ri
U:RDoc::AnyMethod[iI" post:ETI"Concurrent::TimerSet#post;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"LPost a task to be execute run after a given delay (in seconds). If the ;TI"Ndelay is less than 1/100th of a second the task will be immediately post ;TI"to the executor.;To:RDoc::Markup::BlankLine o;
; [I"W@param [Float] delay the number of seconds to wait for before executing the task. ;TI"O@param [Array<Object>] args the arguments passed to the task on execution.;T@o;
; [I"%@yield the task to be performed.;T@o;
; [I"V@return [Concurrent::ScheduledTask, false] IVar representing the task if the post;To:RDoc::Markup::Verbatim; [I"*is successful; false after shutdown.
;T:@format0o;
; [I"Q@raise [ArgumentError] if the intended execution time is not in the future. ;TI"1@raise [ArgumentError] if no block is given.;T:
@fileI"9lib/concurrent-ruby/concurrent/executor/timer_set.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(delay, *args, &task);T@"FI"
TimerSet;TcRDoc::NormalClass00