13 Nov
2003
13 Nov
'03
5:01 p.m.
Does anyone know what is the replacement for ThreadedAsync.LoopCallback.register_loop_callback in Zope 2.7? The problem that in 2.7 asyncore is not started using asyncore.loop. Instead it is manully polled in Lifetime.py. Therefore all callback that are registered via ThreadedAsync.LoopCallback.register_loop_callback are not called.