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

Comparing AnyEvent/lib/AnyEvent/Impl/CoroEV.pm (file contents):
Revision 1.1 by root, Fri Nov 9 19:34:32 2007 UTC vs.
Revision 1.2 by root, Mon Apr 7 19:00:55 2008 UTC

1package AnyEvent::Impl::CoroEV; 1package AnyEvent::Impl::CoroEV;
2 2
3use base AnyEvent::Impl::EV; 3use base qw(AnyEvent::Impl::Coro AnyEvent::Impl::EV);
4 4
5use strict; 5use strict;
6no warnings; 6no warnings;
7 7
8use Coro::EV (); 8use Coro::EV ();
9use Coro::Signal ();
10
11sub condvar {
12 new Coro::Signal
13}
14 9
151 101
16 11

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines