Modules depending on different event loops in the same POE app?

[email protected] (Gunnar Strand) Sun, 21 Aug 2011 16:55:13 +0200
Newsgroups perl.poe
Message-ID <CAEsF1LuPZNnh2Lo=zXxEm0Ffx8nt_cBJXJ5QN0s2G19k8bDKAA@mail.gmail.com>
I'm working on a simple media control system and I am using POE with Tk. I
found the "RCU" (remote control unit) perl module hierachy to use with my
infrared remote control. RCU can be event-controlled, but it is using the
"Event" event loop. Preferably I'd like to have everything controlled by the
same event loop and not having to poll the RCU periodically. Is this doable?

BR
Gunnar