Subject: | create POE::Loop::Win32 |
Windows has its own multiplexer, which may be better than select() for
watching disk files and character devices like serial ports. Then
again, it might suck equal to but in different ways than select(). At
any rate, we should investigate it with an eye towards creating a bridge
for it.
If anything, we can write it off completely with a note here about why
it won't work.