Skip to content

Instantly share code, notes, and snippets.

@lenadroid
Created May 19, 2015 14:00
Show Gist options
  • Select an option

  • Save lenadroid/a7035ce7f98e6418c423 to your computer and use it in GitHub Desktop.

Select an option

Save lenadroid/a7035ce7f98e6418c423 to your computer and use it in GitHub Desktop.
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