mateusluizfb / crawley-ex

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

Change spawn to Task.start_link #15

Closed mateusluizfb closed 4 years ago

mateusluizfb commented 4 years ago

As said in the Issue, spawn isn't a very good approach, this PR changes that

This PR resolves https://github.com/mateusluizfb/crawley-ex/issues/14