is this for coroutines only ? #128
Unanswered
thomasleveil
asked this question in
Q&A
Replies: 1 comment
-
I did not use this package for a while, but as I remember, only async is supported. You can check the result = await func(*args, **kwargs) The decorated function is always awaited. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My code has both functions and coroutines, can the
@cache
decorator be used on normal functions, or is this library only works with coroutines ?Beta Was this translation helpful? Give feedback.
All reactions