AsyncSeq 1.12.0
dotnet add package AsyncSeq --version 1.12.0
NuGet\Install-Package AsyncSeq -Version 1.12.0
<PackageReference Include="AsyncSeq" Version="1.12.0" />
paket add AsyncSeq --version 1.12.0
#r "nuget: AsyncSeq, 1.12.0"
// Install AsyncSeq as a Cake Addin #addin nuget:?package=AsyncSeq&version=1.12.0 // Install AsyncSeq as a Cake Tool #tool nuget:?package=AsyncSeq&version=1.12.0
Asynchronous sequences for F#
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.12.0 | 1,940 | 3/27/2015 |
Added Async.bindChoice, Async.ParallelIgnore, AsyncSeq.zipWithAsync, AsyncSeq.zappAsync, AsyncSeq.threadStateAsync, AsyncSeq.merge, AsyncSeq.traverseOptionAsync, AsyncSeq.traverseChoiceAsync
Added AsyncSeq.toList, AsyncSeq.toArray, AsyncSeq.bufferByCount, AsyncSeq.unfoldAsync, AsyncSeq.concatSeq, AsyncSeq.interleave
Copied the AsyncSeq from FSharpx.Async
BUGFIX: AsyncSeq.skipWhile skips an extra item - https://github.com/fsprojects/AsyncSeq/pull/2
BUGFIX: AsyncSeq.skipWhile skips an extra item - https://github.com/fsprojects/AsyncSeq/pull/2
BUGFIX: AsyncSeq.toBlockingSeq does not hung forever if an exception is thrown and reraise it outside - https://github.com/fsprojects/AsyncSeq/pull/21