ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/AnyEvent.pm
(Generate patch)

Comparing Coro/Coro/AnyEvent.pm (file contents):
Revision 1.29 by root, Fri Nov 14 02:42:26 2008 UTC vs.
Revision 1.30 by root, Tue Nov 18 10:16:24 2008 UTC

73 73
74=item * provide overrides for AnyEvent's condvars 74=item * provide overrides for AnyEvent's condvars
75 75
76This module installs overrides for AnyEvent's condvars. That is, when 76This module installs overrides for AnyEvent's condvars. That is, when
77the module is loaded it will provide its own condition variables. This 77the module is loaded it will provide its own condition variables. This
78makes the coroutine-safe, i.e. you can safely block on them from within a 78makes them coroutine-safe, i.e. you can safely block on them from within a
79coroutine. 79coroutine.
80 80
81=item * lead to data corruption or worse 81=item * lead to data corruption or worse
82 82
83As C<unblock_sub> cannot be by this module (as it is the module that 83As C<unblock_sub> cannot be by this module (as it is the module that

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines