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

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.269 by root, Fri Jul 31 20:16:29 2009 UTC vs.
Revision 1.270 by root, Fri Jul 31 20:16:34 2009 UTC

1640 1640
1641 @_ 1641 @_
1642 and $cv->{_ae_cb} = shift 1642 and $cv->{_ae_cb} = shift
1643 and $cv->{_ae_sent} 1643 and $cv->{_ae_sent}
1644 and (delete $cv->{_ae_cb})->($cv); 1644 and (delete $cv->{_ae_cb})->($cv);
1645
1645 $cv->{_ae_cb} 1646 $cv->{_ae_cb}
1646} 1647}
1647 1648
1648sub begin { 1649sub begin {
1649 ++$_[0]{_ae_counter}; 1650 ++$_[0]{_ae_counter};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines