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

async_map(list, fun)

Works like Enum.map(list, fun), only it spawns a process for every element of the list.

worker_map(list, worker_count, fun)

Works like Enum.map(list, fun) only it divides the work amongst worker_count processes.