gevent-on-pypy / pypycore

gevent.core implemented as cffi module, might be used with pypy
56 stars 16 forks source link

Port '_timer0', for more than 1000 callbacks pending #6

Closed arigo closed 11 years ago

arigo commented 11 years ago

Port '_timer0', which prevents pypycore to hang if there are more than 1000 callbacks pending at a time.

schmir commented 11 years ago

thanks!