Next | Query returned 1 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   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.

Next | Query returned 1 messages, browsing 1 to 10 | previous