Subject: | No events or sessions makes GTK loop hang |
perl -e'use Gtk; use POE; $poe_kernel->run' hangs.
loop_resume_time_watcher sets up a timer in Gtk which checks that the
kernel is idle, and so shuts it down; but r1749 breaks this as it means
loop_resume_time_watcher isn't called before the kernel runs.