--- AnyEvent/lib/AnyEvent.pm 2008/04/07 19:40:12 1.42 +++ AnyEvent/lib/AnyEvent.pm 2008/04/07 19:41:28 1.43 @@ -20,7 +20,7 @@ $w->wait; # enters "main loop" till $condvar gets ->broadcast $w->broadcast; # wake up current and all future wait's -=head1 WHY YOU SHOULD USE THIS MODULE +=head1 WHY YOU SHOULD USE THIS MODULE (OR NOT) Glib, POE, IO::Async, Event... CPAN offers event models by the dozen nowadays. So what is different about AnyEvent? @@ -60,6 +60,10 @@ offering the functionality that is useful, in as thin as a wrapper as technically possible. +Of course, if you want lots of policy (this is arguably somewhat useful in +many cases) and you want your users to the one and only event model your +module forces on them, you should I use this module. + =head1 DESCRIPTION