async-lru
Simple lru_cache for asyncio
Simple lru_cache for asyncio
To install this package, run one of the following:
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.
Summary
Simple lru_cache for asyncio
Last Updated
Mar 11, 2024 at 22:46
License
MIT
Total Downloads
53.4K
Supported Platforms