Part of twisted.internet View Source
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. |
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. |