--- Coro-Multicore/Multicore.pm 2019/12/17 19:19:32 1.20 +++ Coro-Multicore/Multicore.pm 2020/02/29 21:40:07 1.21 @@ -386,7 +386,7 @@ =back -=head1 BUGS +=head1 BUGS & LIMITATIONS =over 4 @@ -403,11 +403,11 @@ Future versions will likely lift this limitation. -=item AnyEvent is initalised at module load time +=item The enable_times feature of Coro is messed up -AnyEvent is initialised on module load, as opposed to at a later time. - -Future versions will likely change this. +The enable_times feature uses the per-thread timer to measure per-thread +execution time, but since Coro::Multicore runs threads on different +pthreads it will get the wrong times. Real times are not affected. =back