*forking* hell! regards, Preet, in Auckland NZ
On Tue, 26 Mar 2019 at 22:52, Greg Keogh <gfke...@gmail.com> wrote: > > I've started a new post, and one of the applications here uses Async Await >> for nearly every method call, even for simple calls that just create an >> object and return it. >> > > How on earth is that sort of thing coded? How are intrinsically > synchronous methods forcibly turned into async ones? Is it like this?... > (I'm just guessing) > > var foo = await Task.Run(() => return new Foo()); > > *Greg K* > >>