ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/README
(Generate patch)

Comparing AnyEvent/README (file contents):
Revision 1.11 by root, Tue Nov 6 16:42:05 2007 UTC vs.
Revision 1.12 by root, Fri Nov 9 19:37:05 2007 UTC

179 the "AnyEvent::Impl:xxx" modules, but can be any other class in the 179 the "AnyEvent::Impl:xxx" modules, but can be any other class in the
180 case AnyEvent has been extended at runtime (e.g. in *rxvt-unicode*). 180 case AnyEvent has been extended at runtime (e.g. in *rxvt-unicode*).
181 181
182 The known classes so far are: 182 The known classes so far are:
183 183
184 AnyEvent::Impl::CoroEV based on Coro::EV, best choice.
184 EV::AnyEvent based on EV (an interface to libev, best choice) 185 AnyEvent::Impl::EV based on EV (an interface to libev, also best choice).
185 AnyEvent::Impl::Coro based on Coro::Event, second best choice. 186 AnyEvent::Impl::Coro based on Coro::Event, second best choice.
186 AnyEvent::Impl::Event based on Event, also second best choice :) 187 AnyEvent::Impl::Event based on Event, also second best choice :)
187 AnyEvent::Impl::Glib based on Glib, second-best choice. 188 AnyEvent::Impl::Glib based on Glib, second-best choice.
188 AnyEvent::Impl::Tk based on Tk, very bad choice. 189 AnyEvent::Impl::Tk based on Tk, very bad choice.
189 AnyEvent::Impl::Perl pure-perl implementation, inefficient. 190 AnyEvent::Impl::Perl pure-perl implementation, inefficient.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines