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.332 by root, Tue Aug 31 23:32:40 2010 UTC vs.
Revision 1.333 by root, Tue Oct 12 06:47:54 2010 UTC

1725 1725
1726package AnyEvent::CondVar; 1726package AnyEvent::CondVar;
1727 1727
1728our @ISA = AnyEvent::CondVar::Base::; 1728our @ISA = AnyEvent::CondVar::Base::;
1729 1729
1730# only to be used for subclassing
1731sub new {
1732 my $class = shift;
1733 bless AnyEvent->condvar (@_), $class
1734}
1735
1730package AnyEvent::CondVar::Base; 1736package AnyEvent::CondVar::Base;
1731 1737
1732#use overload 1738#use overload
1733# '&{}' => sub { my $self = shift; sub { $self->send (@_) } }, 1739# '&{}' => sub { my $self = shift; sub { $self->send (@_) } },
1734# fallback => 1; 1740# fallback => 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines