TheAngryByrd / IcedTasks

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

Implement async2 #4

Open TheAngryByrd opened 2 years ago

TheAngryByrd commented 2 years ago

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

FSharp.Core implemented partially async2 which uses the new resumable style to get better performance.

Describe the solution you'd like

Take the FSharp.Core implementation and finish it.

Describe alternatives you've considered

Don't do it. There's always an option not to.

Additional context

https://twitter.com/dsymetweets/status/1500170778876289025