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

Comparing AnyEvent/lib/AnyEvent/Handle.pm (file contents):
Revision 1.173 by root, Thu Aug 6 13:45:04 2009 UTC vs.
Revision 1.174 by root, Sat Aug 8 20:52:06 2009 UTC

624 624
625sub timeout { 625sub timeout {
626 my ($self, $timeout) = @_; 626 my ($self, $timeout) = @_;
627 627
628 $self->{timeout} = $timeout; 628 $self->{timeout} = $timeout;
629 delete $self->{_tw};
629 $self->_timeout; 630 $self->_timeout;
630} 631}
631 632
632# reset the timeout watcher, as neccessary 633# reset the timeout watcher, as neccessary
633# also check for time-outs 634# also check for time-outs

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines