python-async-lru 2.0.4
Propagated dependencies: python-typing-extensions@4.12.2
Channel: guix
Home page: https://github.com/aio-libs/async-lru
Licenses: Expat
Synopsis: Simple LRU cache for asyncio
Description:
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.
Total results: 1