How to call an async method from a synchronous one, without deadlockingAug 11, 2023 async surviving-winforms threadingWriting async code whenever possible is great, but how do we do it when we’re stuck with legacy (and very synchronous) code?