Skip to content

Commit 885cb70

Browse files
authored
Merge pull request #267 from njlr/patch-1
Mark interop with `AsyncSeq` as completed
2 parents e00baea + 064ab3e commit 885cb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ The `TaskSeq` project already has a wide array of functions and functionalities,
228228
- [ ] Make the tasks cancellable with token (see [#133]). **PLANNED FOR 0.5-alpha**
229229
- [ ] Support `ConfiguredCancelableAsyncEnumerable` (see [#167]). **PLANNED FOR 0.5-alpha**
230230
- [ ] Interop with `cancellableTask` and `valueTask` from [`IcedTasks`][24]
231-
- [ ] Interop with `AsyncSeq`.
231+
- [x] Interop with `AsyncSeq` (implemented in `FSharp.Control.AsyncSeq` package).
232232
- [ ] (maybe) Support any awaitable type in the function lib (that is: where a `Task` is required, accept a `ValueTask` and `Async` as well)
233233
- [ ] Add `TaskEx` functionality (separate lib). **DISCUSSION**
234234
- [ ] Move documentation to <https://fsprojects.github.io>

0 commit comments

Comments
 (0)