Great! Are we going to have an official way to do timeouts in
the next release? Or did I miss something that's already there?
Kirill
> I've patched POE::Kernel to import Time::HiRes' sleep() along with
> time(), if the module is available. This sleep() will convert floats
> into usecs and call usleep internally.
>
> I've patched POE::Kernel::Select to use sleep() (which may be
> Time::HiRes' if available) when there are no filehandles and $^O eq
> 'MSWin32'. Otherwise it still uses four-argh select().
>
> This'll be in the next release.