Asynchronous Programming – ValueTask
In this post, we will see what ValueTask is and how to use it in our projects.But first of all, what is ValueTask?From Microsoft web site:“A ValueTask is a structure that can wrap either a Task or a IValueTaskSource instance. Returning a ValueTask that wraps a IValueTaskSource instance from an asynchronous method enables high-throughput applications… Read More »