I\'m using async/await and Task a lot but have never been using Task.Yield() and to be honest even with all the explanations I do not understand wh
Task
Task.Yield()
Task.Yield() may be used in mock implementations of async methods.