ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/65_event_04_condvar.t
(Generate patch)

Comparing AnyEvent/t/65_event_04_condvar.t (file contents):
Revision 1.1 by root, Thu Oct 2 08:43:57 2008 UTC vs.
Revision 1.2 by root, Thu Jul 9 22:49:18 2009 UTC

64 64
65{ 65{
66 my $cv = AnyEvent->condvar; 66 my $cv = AnyEvent->condvar;
67 67
68 print "ok 19\n"; 68 print "ok 19\n";
69 my $t = AnyEvent->timer (after => 0, cb => sub { &$cv }); 69 my $t = AnyEvent->timer (after => 0, cb => $cv);
70 70
71 print "ok 20\n"; 71 print "ok 20\n";
72 $cv->recv; 72 $cv->recv;
73 print "ok 21\n"; 73 print "ok 21\n";
74} 74}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines