Start async task under our application Supervision tree
Inside your application.ex file we will add our task supervisor with the name MyApp.TaskSupervisor
MyApp.Application is the module where we essentially describe in what order BEAM should start our elixir application and it's the place where you descr...
maqbool.net2 min read