Neat-Ex v1.3.0 Async
Summary
Functions
Works like 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 work amongst worker_count
processes
Functions
Works like Enum.map(list, fun), only it spawns a process for every element of the list.