Undocumented
Function | install_reactor |
Installs the ~twisted.internet.reactor with the specified import path. Also installs the asyncio event loop with the specified import path if the asyncio reactor is enabled |
Class | CallLaterOnce |
Schedule a function to be called in the next reactor loop, but only if it hasn't been already scheduled since the last time it ran. |
Function | is_asyncio_reactor_installed |
Undocumented |
Function | listen_tcp |
Like reactor.listenTCP but tries different ports in a range. |
Function | verify_installed_reactor |
Raises Exception if the installed ~twisted.internet.reactor does not match the specified import path. |
~twisted.internet.reactor
with the specified
import path. Also installs the asyncio event loop with the specified import
path if the asyncio reactor is enabled