Replies: 1 comment 2 replies
-
What are the benefits of changing Task to ValueTask? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I wanted to ask if an implementation of all methods with ValueTask instead of Task is in the roadmap to be supported since the library is meant for caching.
I am willing to create a PR with the necessary changes but I wanted to know if there is some aspect of the implementation I did not consider that would break something.
Thanks!
USEFUL LINKS:
https://blog.stephencleary.com/2020/03/valuetask.html
https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.valuetask-1?view=net-6.0
https://www.youtube.com/watch?v=dCj7-KvaIJ0
Beta Was this translation helpful? Give feedback.
All reactions