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

Comparing AnyEvent/lib/AnyEvent/Impl/Glib.pm (file contents):
Revision 1.4 by root, Fri Dec 30 01:28:31 2005 UTC vs.
Revision 1.5 by root, Sun Jan 8 04:20:05 2006 UTC

70 70
71sub AnyEvent::Impl::Glib::CondVar::wait { 71sub AnyEvent::Impl::Glib::CondVar::wait {
72 $maincontext->iteration (1) while !${$_[0]}; 72 $maincontext->iteration (1) while !${$_[0]};
73} 73}
74 74
75$AnyEvent::MODEL = __PACKAGE__;
76
771 751
78 76

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines