You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function under the decorator is executed in another task. This breaks code that depends on context variables. asyncache avoided creating tasks. Is it possible to do without it here too?
cachetools-async/src/cachetools_async/decorators.py
Line 80 in a9fb6eb
The function under the decorator is executed in another task. This breaks code that depends on context variables. asyncache avoided creating tasks. Is it possible to do without it here too?