Skip to content

Instantly share code, notes, and snippets.

@dinocosta
Created February 6, 2019 11:46
Show Gist options
  • Select an option

  • Save dinocosta/6a16d2746f09f28ff25609af6bef2b88 to your computer and use it in GitHub Desktop.

Select an option

Save dinocosta/6a16d2746f09f28ff25609af6bef2b88 to your computer and use it in GitHub Desktop.
1..10
|> Task.async_stream(fn(number) -> number + 1 end)
|> Enum.map(fn({:ok, result}) -> result end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment