FSharp.Control.TaskSeq icon indicating copy to clipboard operation
FSharp.Control.TaskSeq copied to clipboard

A computation expression and module for seamless working with IAsyncEnumerable<'T> as if it is just another sequence

Results 26 FSharp.Control.TaskSeq issues
Sort by recently updated
recently updated
newest added

I see chunkBySize is supposed to be added. Is there any guidance or reference for patching this in myself? I've come across a use for it in a pipeline. Thanks

good first issue
topic: surface area
feature request

Fixes #256 This removes the redundant typar `'TOverall`, as noted by the OP, it is not used anymore. @JohSand if you have the time, can you check if this fix...

Binding task-likes in the taskSeq-builder will trigger the FS3559-warning. This seems to be due to the existence of the 'TOverall parameter here: ``` [] member inline Bind< ^TaskLike, 'T, 'U,...

bug
topic: taskseq-ce

Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 2. Release notes Sourced from dorny/test-reporter's releases. v2.0.0 What's Changed Merge v1.7.0 to v1 branche by @​j-catania in dorny/test-reporter#298 Bump development to v2.0.0-preview by @​jozefizso...

dependencies
github_actions

I noticed the for-loop extension to the `task` CE doesn't work with `backgroundTask` because the code extends `TaskBuilder` instead of the more general `TaskBuilderBase`, from which both `TaskBuilder` and `BackgroundTaskBuilder`...

It would be nice to have functions that accept functions returning `ValueTask` in addition to `Task` Maybe something like `ValueTaskSeq` module that has the same functions but accepting `ValueTask` as...