https://learn.microsoft.com/cs-cz/dotnet/api/system.threading.tasks.valuetask.-ctor?view=net-8.0
ValueTask Constructor (System.Threading.Tasks) | Microsoft Learn
Initializes a new instance of the ValueTask class using the supplied task that represents the operation.
microsoft learnvaluetaskconstructorsystemthreading
https://www.webdevtutor.net/blog/c-sharp-when-to-use-valuetask
When to Use ValueTask in C# - A Comprehensive Guide
when to usea comprehensive guidevaluetask
https://www.codewars.com/kata/69f02fccf0cb40beed6059ac
The Zero-Allocation Cache (ValueTask & Records) | Codewars
The Educational Challenge In modern high-performance C#, allocating memory on the Heap causes the Garbage Collector (GC) to work harder, slowing down your...
zeroallocationcachevaluetaskrecords