--- AnyEvent/lib/AnyEvent.pm 2008/04/27 17:09:33 1.99 +++ AnyEvent/lib/AnyEvent.pm 2008/04/27 19:15:43 1.100 @@ -479,6 +479,28 @@ loading the C module, which gives you similar behaviour everywhere, but letting AnyEvent chose is generally better. +=head1 OTHER MODULES + +L itself comes with useful utility modules: + +To make it easier to do non-blocking IO the modules L +and L are provided. L provides +read and write buffers and manages watchers for reads and writes. +L provides means to do non-blocking connects. + +Aside from those there are these modules that support AnyEvent (and use it +for non-blocking IO): + +=over 4 + +=item L + +=item L + +=item L + +=back + =cut package AnyEvent;