79777260

Date: 2025-09-28 10:33:05
Score: 2
Natty:
Report link

as it obvious using ValueTask<T> Cause it's Struct is more memory Efficient Than Task in Large Scale but it also has some Restriction . For Example : you don't have Consume a ValueTask<T> Returned Method more than once in another Consumer But it also have some benefit when have Some Synchronous Operation in an Async Context for Example to Appling Atomic Database Transaction which is an Synchronous Operation but may has an Async Context actually

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mohammadjavad pousti