Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python3-nest-asyncio
Patch asyncio to allow nested event loops
https://github.com/erdewit/nest_asyncio
0
no reviews
Install
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.