Closed comfuture closed 4 years ago
@coroutine decorator that used in ring/func/asyncio.py` is about to deprecate.
@coroutine
.../lib/python3.8/site-packages/ring/func/asyncio.py:112: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def get(self, key):
it is nice to be patched in future version.
Best,
@coroutine
decorator that used in ring/func/asyncio.py` is about to deprecate.it is nice to be patched in future version.
Best,