--- AnyEvent/lib/AnyEvent.pm 2008/05/30 21:38:46 1.146 +++ AnyEvent/lib/AnyEvent.pm 2008/05/31 01:41:22 1.149 @@ -20,6 +20,12 @@ $w->send; # wake up current and all future recv's $w->recv; # enters "main loop" till $condvar gets ->send +=head1 INTRODUCTION/TUTORIAL + +This manpage is mainly a reference manual. If you are interested +in a tutorial or some gentle introduction, have a look at the +L manpage. + =head1 WHY YOU SHOULD USE THIS MODULE (OR NOT) Glib, POE, IO::Async, Event... CPAN offers event models by the dozen @@ -593,8 +599,9 @@ replaces it before doing so. The callback will be called when the condition becomes "true", i.e. when -C or C are called. Calling C inside the callback -or at any later time is guaranteed not to block. +C or C are called, with the only argument being the condition +variable itself. Calling C inside the callback or at any later time +is guaranteed not to block. =back @@ -802,7 +809,7 @@ use Carp; -our $VERSION = 4.1; +our $VERSION = 4.11; our $MODEL; our $AUTOLOAD;