Skip to content

Commit

Permalink
fixed timer documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 26, 2014
1 parent 245b93c commit da4b800
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/Mojo/IOLoop.pm
Expand Up @@ -501,15 +501,6 @@ Check if event loop is running.
Invoke callback as soon as possible, but not before returning, always returns
C<undef>.
=head2 timer
my $id = Mojo::IOLoop->timer(5 => sub {...});
my $id = $loop->timer(5 => sub {...});
my $id = $loop->timer(0.25 => sub {...});
Create a new timer, invoking the callback after a given amount of time in
seconds.
=head2 one_tick
Mojo::IOLoop->one_tick;
Expand Down

0 comments on commit da4b800

Please sign in to comment.