It should do the same as start() now does (setting up Ctrl-C handlers and starting the loop, maybe also doing some other required initialization based on settings) but run the asyncio loop directly instead of the reactor. Depends at least on #7187 (so that it could be tested).