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 why I would need this method.

Can somebody give a good example where Yield() is required?

5 Answers
5

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *