Async-Async: Consequences for ordering of multiple calls in flight simultaneously

1 · Raymond Chen · May 2, 2019, 2 p.m.
The feature known as Async-Async makes asynchronous operations even more asynchronous by pretending that they started before they actually did. As I noted earlier, you might notice a difference if you have been breaking the rules and getting away with it. The post Async-Async: Consequences for ordering of multiple calls in flight simultaneously appeared first on The Old New Thing....