--- AnyEvent/lib/AE.pm 2011/08/16 14:47:26 1.11 +++ AnyEvent/lib/AE.pm 2011/08/17 22:03:02 1.12 @@ -55,12 +55,8 @@ overhead is very noticeable (with EV it increases the execution time five- to six-fold, with Perl the method call overhead is about a factor of two). -At the moment, there is no checking (L does not -affect this API), so the L API still has a definite advantage -here. - Note that the C API is an alternative to, not the future version of, -the AnyEvent API. Both APIs can be used interchangeably and and there are +the AnyEvent API. Both APIs can be used interchangeably and there are no plans to "switch", so if in doubt, feel free to use the L API in new code. @@ -69,6 +65,9 @@ you should not C directly, C will provide the AE namespace. +At the moment, these functions will become slower then their method-call +counterparts when using L or L::wrap. + =head2 FUNCTIONS This section briefly describes the alternative watcher