Here's some pseudocode I want to use when the user clicks my deleteCustomer button: check that the user really wants to delete the customer ... AJAX call to retrieve Customer object .onsuccess (AJAX ...
There's a lot of confusion about async/await, Task/TPL and asynchronous and parallel programming in general, so Jeremy Clark is on a mission to inform developers on how to use everything properly.