Path to this page:
./
devel/py-async-lru,
Simple LRU cache for asyncio
Branch: CURRENT,
Version: 2.0.4,
Package name: py311-async-lru-2.0.4,
Maintainer: pkgsrc-usersThis 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.
Master sites:
Filesize: 9.784 KB
Version history: (Expand)
- (2023-08-26) Package added to pkgsrc.se, version py311-async-lru-2.0.4 (created)
CVS history: (Expand)
2023-08-26 16:10:39 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-async-lru: added version 2.0.4
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.
|