↧
Answer by Jon Skeet for Are object changes inside async await methods visible...
This is a very reasonable concern, and it would be nice if both the C# spec and the CLI spec had a clearer memory model to guarantee this.No, I don't believe there are any documented by Microsoft...
View ArticleAre object changes inside async await methods visible after completion in any...
Are object changes inside async/await methods visible after completion in any case?After a lot of investigation I still could not find a clear statement if an update made to an outside object from the...
View Article