New issue 486 by furutsuzeru: poll() method in Pyglet?
http://code.google.com/p/pyglet/issues/detail?id=486
Pyglet, as far as I know, has no poll() method, and I find this very
inconvenient for cases in where I would have to call it. For example, I am
using the Twisted networking library at the moment, and I found it prudent
to be able to write a poll()-based reactor for Pyglet, considering that it
is better than select()-based for many reasons.
Is there a reason why there is no poll() method?