TheAngryByrd / IcedTasks

F# Cold Tasks and Cancellable Tasks
https://www.jimmybyrd.me/IcedTasks/
MIT License
124 stars 5 forks source link

Implement taskSeq #5

Closed TheAngryByrd closed 1 year ago

TheAngryByrd commented 2 years ago

Is your feature request related to a problem? Please describe.

Move the taskSeq implementation to here

Describe the solution you'd like

Move the Fsharp.Core implementation here and finish it.

Describe alternatives you've considered

I'm still thinking this should be part of FSharp.Control.AsyncSeq as they're more closely related.

Additional context

https://github.com/fsprojects/FSharp.Control.AsyncSeq/pull/151

abelbraaksma commented 2 years ago

That page gives me a 404, I think you meant this? https://github.com/dotnet/fsharp/blob/d5312aae8aad650f0043f055bb14c3aa8117e12e/tests/benchmarks/CompiledCodeBenchmarks/TaskPerf/TaskPerf/taskSeq.fs

TheAngryByrd commented 2 years ago

Thats what I get for not using a permalink. Thanks!

dsyme commented 1 year ago

Just to link to https://github.com/abelbraaksma/TaskSeq/ where we're doing TaskSeq

abelbraaksma commented 1 year ago

Which will now redirect to its new home: https://github.com/fsprojects/FSharp.Control.TaskSeq.