kmonsoor / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

poll() method in Pyglet? #486

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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?

Original issue reported on code.google.com by furutsuz...@gmail.com on 2 Jul 2010 at 4:25

GoogleCodeExporter commented 9 years ago

Original comment by Adam.JT...@gmail.com on 29 Apr 2012 at 4:50

GoogleCodeExporter commented 9 years ago
I agree a poll() method would be very handy.

Original comment by winstonw...@gmail.com on 22 Jun 2012 at 9:43