-
Is there a plan to add an equivalent taskSeq CE to this library? Thanks
-
### Description
With the event of TaskSeq coming to the masses, which used the NetStandard 2.1 `IAsyncEnumerable`, using both this lib and that one leads to issues because the same type with slight…
-
I noticed `FSharp.Control.TaskSeq` isn't supported with computation expressions like `taskResult`, any plans?
-
I couldn't find this documented, not in a release-notes, and not in the PR where it happened (#167). Several functions were updated with extra arguments (namely: `cancellationToken`) that cause existi…
-
In VS 2022, 17.8.0, with Fantomas 6.2.0 installed both locally (`dotnet tool restore`) and globally (the command `fantomas` is available anywhere), I get the following:
```text
Creating the Fantom…
-
The plugin greys out `new` on the construction of an `IAsyncDisposable` in https://github.com/bartelink/FSharp.Control.TaskSeq/blob/idisposable/src/FSharp.Control.TaskSeq/TaskSeqInternal.fs#L928
I …
-
Currently, it is not very clear how users can pass a `CancellationToken` through. While the CE has support for cancellation tokens, and the token is passed on to `GetAsyncEnumerator(ct)`, unless users…
-
While writing #77 I realised it would be logical to allow this TaskSeq thing to interoperate with a standard CancellableTask, that is
```fsharp
taskSeq {
let! res = cancellableTask { ... }
…
dsyme updated
7 months ago
-
Have not had a chance to look at the code, but it throws the following when trying to run against list of tasks where are waiting:
```
Traceback (most recent call last):
File "/home/don/.local/…
-
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