python asyncio中的SelectorEventLoop和ProactorEventLoop是什么

koy*_*nji 7 python event-loop python-asyncio aiohttp

SelectorEventLoop和到底是什么ProactorEventLoop?它们有何不同?

我正在 Windows 上的 python 中测试asyncioaiohttp的使用,然后出现错误RuntimeError: Event loop is closed。查找并找到了解决方法,但我不明白错误的根源。许多人似乎都触及了and here和 also here
的概念。SelectorEventLoopProactorEventLoop

我阅读了文档但无法理解这个概念。谁能用更简单的术语解释这些概念?