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.208 by root, Tue Jun 5 22:23:07 2012 UTC vs.
Revision 1.209 by root, Tue Jun 5 22:38:17 2012 UTC

1193=head2 The C<urxvt::anyevent> Class 1193=head2 The C<urxvt::anyevent> Class
1194 1194
1195The sole purpose of this class is to deliver an interface to the 1195The sole purpose of this class is to deliver an interface to the
1196C<AnyEvent> module - any module using it will work inside urxvt without 1196C<AnyEvent> module - any module using it will work inside urxvt without
1197further programming. The only exception is that you cannot wait on 1197further programming. The only exception is that you cannot wait on
1198condition variables, but non-blocking condvar use is ok. What this means 1198condition variables, but non-blocking condvar use is ok.
1199is that you cannot use blocking APIs, but the non-blocking variant should 1199
1200work. 1200In practical terms this means is that you cannot use blocking APIs, but
1201the non-blocking variant should work.
1201 1202
1202=cut 1203=cut
1203 1204
1204our $VERSION = '5.23'; 1205our $VERSION = '5.23';
1205 1206

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines