twisted.internet.default
module documentationtwisted.internet
View Source
The most suitable default reactor for the current platform.
Depending on a specific application's needs, some other reactor may in fact be better.
Function | _getInstallFunction | Return a function to install the reactor most suited for the given platform. |
Return a function to install the reactor most suited for the given platform.
Parameters | platform | The platform for which to select a reactor. (type: twisted.python.runtime.Platform ) |
Returns | A zero-argument callable which will install the selected reactor. |