mateusluizfb / crawley-ex

An elixir app that fetches repos across the Github catalog
4 stars 2 forks source link

Change `spawn` to `Task.async` #14

Closed mateusluizfb closed 4 years ago

mateusluizfb commented 4 years ago

Currently, we're using spawn to do the concurrent download of the repos, but isn't a good approach. Instead we can use https://hexdocs.pm/elixir/Task.html