ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.55 by root, Sun Jan 8 05:50:27 2006 UTC vs.
Revision 1.56 by root, Sun Jan 8 05:52:42 2006 UTC

582 582
583sub urxvt::destroy_hook(&) { 583sub urxvt::destroy_hook(&) {
584 bless \shift, urxvt::destroy_hook:: 584 bless \shift, urxvt::destroy_hook::
585} 585}
586 586
587# urxvt::anyevent
588
589package urxvt::anyevent; 587package urxvt::anyevent;
588
589=head2 The C<urxvt::anyevent> Class
590
591The sole purpose of this class is to deliver an interface to the
592C<AnyEvent> module - any module using it will work inside urxvt without
593further work. The only exception is that you cannot wait on condition
594variables, but non-blocking condvar use is ok. What this means is that you
595cannot use blocking APIs, but the non-blocking variant should work.
596
597=cut
590 598
591our $VERSION = 1; 599our $VERSION = 1;
592 600
593$INC{"urxvt/anyevent.pm"} = 1; # mark us as there 601$INC{"urxvt/anyevent.pm"} = 1; # mark us as there
594push @AnyEvent::REGISTRY, [urxvt => urxvt::anyevent::]; 602push @AnyEvent::REGISTRY, [urxvt => urxvt::anyevent::];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines