class Concurrent::ScheduledTask

def initial_delay

Returns:
  • (Float) - the initial delay.
def initial_delay
  synchronize { @delay }
end