Skip to content

Commit

Permalink
Update comment as suggested
Browse files Browse the repository at this point in the history
Co-Authored-By: Stephen Toub <stoub@microsoft.com>
  • Loading branch information
kouvel and stephentoub committed Apr 23, 2020
1 parent df0caf0 commit 723e7f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public void Dispatch(bool processAsyncOperationSynchronously)
}
else
{
// Async operation. Process the IO and callback on the threadpool.
// Async operation. Process the IO and callback asynchronously on the threadpool (even if we're already on a pool thread).
ThreadPool.UnsafeQueueUserWorkItem(this, preferLocal: false);
}
}
Expand Down

0 comments on commit 723e7f2

Please sign in to comment.