Skip to content

Instantly share code, notes, and snippets.

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

  • Save dinocosta/82f573cfbf937fedeef7642a032c8828 to your computer and use it in GitHub Desktop.

Select an option

Save dinocosta/82f573cfbf937fedeef7642a032c8828 to your computer and use it in GitHub Desktop.
1..10
|> Task.async_stream(fn(number) -> number + 1 end)
|> Enum.to_list()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment