twisted.internet.asyncioreactor
module documentationtwisted.internet
View Source
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 . |
Install an asyncio-based reactor.
Parameters | eventloop | The asyncio eventloop to wrap. If default, the global one is selected. |