Using Stopwatch and ContinueWith to Measure Task Execution Time in C#
We needed to see which of many tasks, executing asynchronously, was taking too long. Stopwatch and ContinueWith were the solution!
Stories about finding and fixing bugs.