This package is a port of Python's built-in functools.lru_cache function
for asyncio. To better handle async behaviour, it also ensures multiple
concurrent calls will only result in 1 call to the wrapped function,
with all awaits receiving the result of that call when it completes.
This requires: python3-typing-extensions
Maintained by: Isaac Yu
Keywords: asyncio,LRU cache
ChangeLog: python3-async-lru
Homepage:
https://github.com/aio-libs/async-lru
Download SlackBuild:
python3-async-lru.tar.gz
python3-async-lru.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
python3-async-lru.SlackBuild |
python3-async-lru.info |
slack-desc |
© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds