asyncio-based reactor implementation.

Class AsyncioSelectorReactor Reactor running on top of asyncio.SelectorEventLoop.
Function install Install an asyncio-based reactor.
Class _DCHandle Wraps ephemeral asyncio.Handle instances. Callbacks can close over this and use it as a mutable reference to asyncio Handles.
def install(eventloop=None): (source)

Install an asyncio-based reactor.

ParameterseventloopThe asyncio eventloop to wrap. If default, the global one is selected.
API Documentation for Twisted, generated by pydoctor at 2018-04-29 21:01:12.