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. |