EV-Glib
view release on metacpan or search on metacpan
This module uses a prepare watcher at lowest priority to dispatch glib
events and activate the main context. The context will be deactivated in a
check watcher of highest priority.
That means that glib events will be dispatched with lowest priority, and
that you cannot call any glib main functions (or functions calling it) on
the default mainloop in highest-priority watchers and in lowest-priority
prepare watchers.
=item * EV::Glib watchers will (currently) keep the mainloop alive.
That means that, after loading this module, C<EV::loop> calls will never
return unless you call C<EV::unloop> explicitly. Future versions might fix
this problem so that Glib keeps the EV loop alive only when it has active
events waiting.
=cut
package EV::Glib;
use Carp ();
use EV ();
BEGIN {
( run in 0.711 second using v1.01-cache-2.11-cpan-39bf76dae61 )