Skip to content

fsprojects/FSharp.Collections.ParallelSeq

Repository files navigation

FSharp.Collections.ParallelSeq

Parallel (multi-core) sequence operations. See the documentation: http://fsprojects.github.io/FSharp.Collections.ParallelSeq/

Build and Publish

NuGet Status

Maintainer(source)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

Dev Guide

To build and test:

dotnet tool restore
dotnet build
dotnet test
dotnet fsdocs build

Nuget and docs are published automatically by the build process