Created
May 19, 2015 14:00
-
-
Save lenadroid/a7035ce7f98e6418c423 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let maxContentLength = cloud { | |
| let lengthsJob = [|"https://github.com"; "https://www.microsoft.com"; "http://www.someunknownaddress"|] | |
| |> Array.map (getContentLenght >> Cloud.OfAsync) | |
| let! lengths = Cloud.Parallel lengthsJob | |
| return Array.max lengths | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment