Skip to content

Instantly share code, notes, and snippets.

@nicolasblanco
Created June 1, 2018 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolasblanco/9842d60f7e69b31d0e8516eda50bca1c to your computer and use it in GitHub Desktop.
Save nicolasblanco/9842d60f7e69b31d0e8516eda50bca1c to your computer and use it in GitHub Desktop.
with {:ok, result} <- do_some_heavy_stuff,
{:ok, second_result} <- do_other_stuff(result) do
send_email(second_result)
else
error -> # ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment