Skip to content

Instantly share code, notes, and snippets.

@jonasdw
Last active March 31, 2020 08:06
Show Gist options
  • Save jonasdw/8bf2a50bfa0e6b0a8d8dc61a59e7eeb1 to your computer and use it in GitHub Desktop.
Save jonasdw/8bf2a50bfa0e6b0a8d8dc61a59e7eeb1 to your computer and use it in GitHub Desktop.
let foo = async {
return 1;
}
let bar = async {
return ();
}
let (foo, bar) = [ foo; bar; ] |> Async.Parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment