Yuval Kogman implemented this feature in the form of until() method. It
will be available in 0.3 version.
On Mon Jul 23 10:03:11 2007, anonymous@remailer.cyberiade.it wrote:
Show quoted text> it would be most helpful in event-based programming (like POE
> and Danga::Socket) to avoid having to busy wait or repeatedly
> sleep and check conform(). it would be better if the expected
> time to conform would be returned and then the event could be
> rescheduled according to that time.