C# to D Compiler :)

Kagamin via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Dec 19 00:23:43 PST 2014


On Friday, 19 December 2014 at 08:11:42 UTC, Ronald Adonyo wrote:
> Done, does anyone have a good idea of how to write Async/Await 
> using fibers or state machines in D ?

Same as in .net, look at the generated IL, an async method should 
return a chain of tasks.


More information about the Digitalmars-d-announce mailing list