Async Wandering Part 4 — Awaiting for void methods
This is the fourth part of the Async Wandering series. For your convenience you can find other parts in the table of contents in Part 1 – Why creating Form from WinForms in unit tests breaks async? C# allows us to write async function returning void. This is not recommended, however, sometimes it is required … Continue reading Async Wandering Part 4 — Awaiting for void methods