'MaxDegreeOfParallelism' for Array.Parallel?

Posted by sthlm58 on Stack Overflow See other posts from Stack Overflow or by sthlm58
Published on 2010-05-07T16:46:58Z Indexed on 2010/05/07 17:38 UTC
Read the original article Hit count: 229

Filed under:
|
|

Is it possible to set 'MaxDegreeOfParallelism' (that is maximum number of threads to use) for Array.Parallel module since under the hood it uses Parallel.For?

© Stack Overflow or respective owner

Related posts about F#

Related posts about array