simple_pool v0.1.2 SimplePool

Documentation for SimplePool.

Summary

Functions

Takes an enumerable and for every chuck it maps over the collection and performs the given function asynchronously

Functions

chunk_async(enumerable, fun, size)
chunk_async(Enum.t, (any -> any), integer) :: list

Takes an enumerable and for every chuck it maps over the collection and performs the given function asynchronously