Module t.a.reactors

Part of twisted.application View Source

Plugin-based system for enumerating available reactors and installing one of them.
Line # Kind Name Docs
16 Interface IReactorInstaller Definition of a reactor which can probably be installed.
38 Class NoSuchReactor Raised when an attempt is made to install a reactor which cannot be found.
44 Class Reactor
63 Function getReactorTypes Return an iterator of IReactorInstaller plugins.
71 Function installReactor Install the reactor with the given shortName attribute.
def getReactorTypes(): (source)
Return an iterator of IReactorInstaller plugins.
def installReactor(shortName): (source)
Install the reactor with the given shortName attribute.
RaisesNoSuchReactorIf no reactor is found with a matching shortName.
anything that the specified reactor can raise when installed.
API Documentation for Twisted, generated by pydoctor at 2008-10-26 16:12:37.