Skip to content

Releases: fsprojects/FSharp.Control.AsyncSeq

2.0.14

27 Sep 13:41
Compare
Choose a tag to compare

BUG: Fixed head of line blocking in AsyncSeq.mapAsyncParallel

2.0.13

26 Sep 20:01
Compare
Choose a tag to compare

NEW: AsyncSeq.takeWhileInclusive
NEW: AsyncSeq.replicateUntilNoneAsync
NEW: AsyncSeq.iterAsyncParallel
NEW: AsyncSeq.iterAsyncParallelThrottled
BUG: Fixed exception propagation in AsyncSeq.mapAsyncParallel

2.0.12

06 Apr 18:27
Compare
Choose a tag to compare

Fix bug #63 in AsyncSeq.unfold >> AsyncSeq.choose

2.0.11

04 Mar 21:32
Compare
Choose a tag to compare

Fixed bug in AsyncSeq.cache when used by interleaved consumers.
AsyncSeq.zipWithAsyncParallel (and variants)

2.0.10

25 Nov 13:30
Compare
Choose a tag to compare

Improved asyncSeq workflow performance via bindAsync generator (@pragmatrix)

2.0.8

29 Mar 14:09
Compare
Choose a tag to compare

Add portable7 profile

2.0.7

29 Mar 13:59
Compare
Choose a tag to compare

Add portable7 profile

2.0.6

29 Mar 13:17
Compare
Choose a tag to compare

Add portable7 profile

2.0.5

28 Mar 19:15
Compare
Choose a tag to compare

Add portable7 profile

1.12.0

27 Mar 07:42
Compare
Choose a tag to compare

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 - #2
BUGFIX: AsyncSeq.skipWhile skips an extra item - #2
BUGFIX: AsyncSeq.toBlockingSeq does not hung forever if an exception is thrown and reraise it outside - #21