Subject: | IO::Async::Timer::Periodic reschedule from event start |
Another reschedule option for recurring timers that can be useful is to schedule the next timer at a fixed interval from when the timer actually fires. This is useful because blocking code can often delay a timer from when it's scheduled, and it's different from drift because it isn't affected by how long the event itself takes. It could perhaps be called reschedule => 'soft'?