List Question
20 TechQA 2023-11-05T17:00:46.513000How to release a ValueTask that wraps a side-effect without using await?
148 views
Asked by Boris B.
Propagating ValueTask to callers
138 views
Asked by millie
SonarQube gives ValueTask instances returned from method calls should be directly awaited issue
155 views
Asked by thomsan
Testing ValueTask method with FluentAssertions, should not throw
147 views
Asked by AlexB
How can I synchronously wait for ValueTask without performance loss?
907 views
Asked by James Jonatah
CA2012 warning when using ValueTask with discard
213 views
Asked by Moaaz Assali
Calling ValueTask method from the non async method in ASP.NET Core?
397 views
Asked by Saurabh Soni
How to return inside a ValueTask returning lambda of Parallel.ForEachAsync?
274 views
Asked by Siva Sankaran
What's the right way to implement ValueTaskSource.SetCompleted
706 views
Asked by Joshua
Upgraded EF Core to 3.1 and got compilation error for Task.WhenAll
257 views
Asked by user1178399
How to Pause/Resume an asynchronous worker, without incurring memory allocation overhead?
343 views
Asked by Theodor Zoulias
Parallel.ForEachAsync Task vs ValueTask
834 views
Asked by tmaj
Task -> ValueTask in this case
798 views
Asked by nop
Why is Task<T> faster than ValueTask<T>?
1.6k views
Asked by Will Huang
Do I need to query the .Result property of a ValueTask that I choose to not await?
336 views
Asked by Tea
Should we use ValueTask within System.Threading.Channels.WaitToReadAsync loops?
925 views
Asked by nop
What is the point of ValueTask.Preserve()?
740 views
Asked by Petrusion
Run ValueTasks on a custom thread pool
380 views
Asked by Bogey