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

Comparing AnyEvent/lib/AnyEvent/Impl/POE.pm (file contents):
Revision 1.37 by root, Thu Aug 4 09:14:02 2011 UTC vs.
Revision 1.38 by root, Sun Aug 14 01:38:14 2011 UTC

399sub _poll { 399sub _poll {
400 POE::Kernel->loop_do_timeslice; 400 POE::Kernel->loop_do_timeslice;
401} 401}
402 402
403sub AnyEvent::CondVar::Base::_wait { 403sub AnyEvent::CondVar::Base::_wait {
404 POE::Kernel->loop_do_timeslice until $_[0]{_ae_sent}; 404 POE::Kernel->loop_do_timeslice until exists $_[0]{_ae_sent};
405} 405}
406 406
4071; 4071;
408 408
409=head1 SEE ALSO 409=head1 SEE ALSO

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines