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.6 by root, Mon Oct 30 20:52:24 2006 UTC vs.
Revision 1.7 by root, Fri Nov 24 14:40:13 2006 UTC

57 57
58sub wait { 58sub wait {
59 $maincontext->iteration (1) while !${$_[0]}; 59 $maincontext->iteration (1) while !${$_[0]};
60} 60}
61 61
62sub one_event {
63 $maincontext->iteration (1);
64}
65
621 661
63 67

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines