ParallelExtensions.ParallelForEach: Added optional parameter for millisecond timeout passed to the ManualResetEvent's WaitOne. Defaults to -1 (the value passed during the forward-call from parameterless WaitOne() to WaitOne(int, bool) along with false in ManualResetEvent).
↧