Skip to content

Commit

Permalink
document time jump behavior of Mojo::Reactor::Poll
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 14, 2012
1 parent 841154c commit 54c6ece
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Mojo/Reactor/Poll.pm
Expand Up @@ -151,7 +151,9 @@ Mojo::Reactor::Poll - Low level event reactor with poll support
=head1 DESCRIPTION
L<Mojo::Reactor::Poll> is a low level event reactor based on L<IO::Poll>.
L<Mojo::Reactor::Poll> is a low level event reactor based on L<IO::Poll>. Note
that this reactor was designed for maximum portability, and therefore does not
use a monotonic clock to handle time jumps.
=head1 EVENTS
Expand Down

0 comments on commit 54c6ece

Please sign in to comment.