-
Notifications
You must be signed in to change notification settings - Fork 831
Closed
Labels
Area-LibraryIssues for FSharp.Core not covered elsewhereIssues for FSharp.Core not covered elsewhereFeature Request
Description
Is your feature request related to a problem? Please describe.
With applicatives support landing in F# 5 I assumed we'll see FSharp core implementing the support in existing CEs, specifically async.
Describe the solution you'd like
Since it hasn't been implemented yet I'd like to propose that the implementation executes child asyncs in parallel when and! is used.
Describe alternatives you've considered
Implement sequentially.
Pros: the same semantics as let! - no surprises.
Cons: Seems like it would be a missed opportunity to hide the boilerplate currently required to exec 2 child asyncs (of different results type) in parallel.
Swoorup
Metadata
Metadata
Assignees
Labels
Area-LibraryIssues for FSharp.Core not covered elsewhereIssues for FSharp.Core not covered elsewhereFeature Request