Async
Summary
Functions
Works list Enum.map(list, fun), only it spawns a process for every element of the list
Works like Enum.map(list, fun) only it divides the worker amongst worker_count
processes
Functions
Works list Enum.map(list, fun), only it spawns a process for every element of the list.