baronfel / fsharp-lang-testbed

0 stars 0 forks source link

add Async.Choice to FSharp.Core #3

Open baronfel opened 7 years ago

baronfel commented 7 years ago

Idea 10575069: add Async.Choice to FSharp.Core

Status : completed

Submitted by Steffen Forkmann on 11/6/2015 12:00:00 AM

12 votes

Async.Choice is super useful (e.g. very important in Paket) but hard to implement. There are couple of implementations floating around like http://www.fssnip.net/dO but it's ahrd to decide which one is correct. We should add it to the core.

baronfel commented 7 years ago

Comment by Eirik George Tsarpalis on 11/6/2015 4:38:00 AM

Btw, the implementation of http://www.fssnip.net/dO is flawed. I would consider using http://www.fssnip.net/dN instead.