Async-Async: Consequences for exceptions

1 · Raymond Chen · May 3, 2019, 2 p.m.
As we’ve been learning, the feature known as Async-Async makes asynchronous operations even more asynchronous by pretending that they started before they actually did. The effect of Async-Async is transparent to properly-written applications, but if you have been breaking the rules, The post Async-Async: Consequences for exceptions appeared first on The Old New Thing....