Table of Contents

Module: asyncoresupport Twisted-0.17.4/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.

Imported modules   
import asyncore
from twisted.internet import main
Classes   
AsyncoreLooper

Run the asyncore event loop for asyncore dispatchers.


Table of Contents

This document was automatically generated on Sat Apr 20 01:30:44 2002 by HappyDoc version 2.0