Skip to content

Unneccesary value creation avoided with Async.Parallel? #14965

Answered by Xyncgas
Xyncgas asked this question in Q&A
Discussion options

You must be logged in to vote

One way is covert Async seq by using

Seq.iter(fun x -> x |> Async.start) |> ignore

But I am still not sure if Async.parallel would actually create Array because that's dumb

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Xyncgas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant