Stackless resumable functions

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Tue Oct 28 08:25:30 PDT 2014


I think, it's for seamless debugging. The debugger support for 
async/await is indeed non-trivial, because code is mutated by the 
compiler a lot, but I don't think it has anything to do with 
concurrency. Official MS position is async/await has no 
concurrency problems.


More information about the Digitalmars-d mailing list