Replies: 1 comment
-
You mean that FSharp.Core librabry would without user's explicit intention convert from async to task and then back? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Async.Parallel returns array even the input was Async seq
It would be better to execute these Async operations and waiting on all to finish without allocating an array
Is converting async to .NET TPL in Async.Parallel(input :Async seq) overload and using Task.Whenall an acceptable solution?
Beta Was this translation helpful? Give feedback.
All reactions