ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Timer.pm
(Generate patch)

Comparing Coro/Coro/Timer.pm (file contents):
Revision 1.90 by root, Mon Aug 8 22:00:17 2011 UTC vs.
Revision 1.91 by root, Mon Oct 24 11:43:35 2011 UTC

4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7 # This package is mostly obsoleted by Coro::AnyEvent. 7 # This package is mostly obsoleted by Coro::AnyEvent.
8 8
9 use Coro::Timer qw(sleep timeout); 9 use Coro::Timer qw(timeout);
10 # nothing exported by default 10 # nothing exported by default
11
12 sleep 10;
13 11
14=head1 DESCRIPTION 12=head1 DESCRIPTION
15 13
16This package has been mostly obsoleted by L<Coro::AnyEvent>, the only 14This package has been mostly obsoleted by L<Coro::AnyEvent>, the only
17really useful function left in here is C<timeout>. 15really useful function left in here is C<timeout>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines