Module: asyncoresupport | Twisted-0.19.0/sandbox/asyncoresupport.py | |||||||
---|---|---|---|---|---|---|---|---|
Use asyncore dispatchers with Twisted. If you have an asyncore dispatcher, you can still use it with twisted. Just import this module, and don't run asyncore.loop() -- instead start the twisted event loop, either by calling twisted.internet.main.run(), or the usual way by calling an Application instance's run() method.
|