python3-nest-asyncio

Patch asyncio to allow nested event loops
  https://github.com/erdewit/nest_asyncio
  0
  no reviews



By design, asyncio does not allow for nested event loops. This module provides a function that patches asyncio in order to allow nested use of asyncio.run and loop.run_until_complete.