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.43 by root, Mon Apr 7 19:41:28 2008 UTC vs.
Revision 1.44 by root, Mon Apr 7 19:42:18 2008 UTC

58modules, you get an enourmous amount of code and strict rules you have 58modules, you get an enourmous amount of code and strict rules you have
59to follow. AnyEvent, on the other hand, is lean and to the point by only 59to follow. AnyEvent, on the other hand, is lean and to the point by only
60offering the functionality that is useful, in as thin as a wrapper as 60offering the functionality that is useful, in as thin as a wrapper as
61technically possible. 61technically possible.
62 62
63Of course, if you want lots of policy (this is arguably somewhat useful in 63Of course, if you want lots of policy (this is arguably somewhat useful
64many cases) and you want your users to the one and only event model your 64in many cases) and you want to force your users to the one and only event
65module forces on them, you should I<not> use this module. 65model your module forces on them, you should I<not> use this module.
66 66
67 67
68=head1 DESCRIPTION 68=head1 DESCRIPTION
69 69
70L<AnyEvent> provides an identical interface to multiple event loops. This 70L<AnyEvent> provides an identical interface to multiple event loops. This

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines