ParallelTask: easily run functions in parallel and capture the results
A library for easily parallelizing slow tasks such as API requests, database queries and the like.
https://github.com/Fabianlindfors/parallel_task
Inspired by Ryan Sydnor’s article Reducing Elixir Backend Time From 120ms to 20ms With Parallelization.
Read next Using GenServer :via