Commit 0650fceb authored by Marc Gravell's avatar Marc Gravell

Another log in the wait loop

parent abc7ecbc
......@@ -596,6 +596,7 @@ private async Task<bool> WaitAllIgnoreErrorsAsync(Task[] tasks, int timeoutMilli
// try and allow them to finish without needing to await; re-acquiring the thread can be massively problematic
int delay = 1;
LogLockedWithThreadPoolStats(log, "Incremental wait loop for tasks");
var watch = Stopwatch.StartNew();
for (int i = 0; i < 10; i++)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment