Skip Menu |

This queue is for tickets about the IO-Async CPAN distribution.

Report information
The Basics
Id: 131510
Status: new
Priority: 0/
Queue: IO-Async

People
Owner: Nobody in particular
Requestors: DBOOK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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'?