diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-10 09:39:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 09:39:56 +0700 |
commit | a2d71690b88d69831e50290030af03eca6e04fd6 (patch) | |
tree | 8ad12a99221afa1fe9cc7b9eec31fde86b751cc0 /python/nest_asyncio/slack-desc | |
parent | 0f4246fca49f7fbba757a5fa39ec07e256f2b92b (diff) |
python/nest_asyncio: Added (nested async event loops).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/nest_asyncio/slack-desc')
-rw-r--r-- | python/nest_asyncio/slack-desc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/python/nest_asyncio/slack-desc b/python/nest_asyncio/slack-desc new file mode 100644 index 0000000000000..4b9f869fc5b20 --- /dev/null +++ b/python/nest_asyncio/slack-desc @@ -0,0 +1,18 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +nest_asyncio: nest_asyncio (nested async event loops) +nest_asyncio: +nest_asyncio: This module patches asyncio to allow nested use of asyncio.run and +nest_asyncio: loop.run_until_complete. +nest_asyncio: +nest_asyncio: +nest_asyncio: +nest_asyncio: +nest_asyncio: +nest_asyncio: |