Skip to content

async CE implementation for and! #10301

Description

@et1975

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions