Skip to content

1.12.0

Choose a tag to compare

@forki forki released this 27 Mar 07:42
· 366 commits to master since this release

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