FAKE - F# Make


CollectionConcurrencyMode

The collection concurrency mode used by the xUnit2 runner.

Union Cases

Union CaseDescription
Default
Signature:

Uses the default concurrency mode for collections.

MaxThreads(count)
Signature: int

Limits the number of concurrently executing collections to count.

Unlimited
Signature:

Does not limit the number of concurrently executing collections.

Fork me on GitHub