You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple map-reduce implemented in concurrent threads.
loom(producer, mapfunc, consumer)
Distributes items from a producer Generator in a new thread through a farm of
created mapping-function threads to a consumer in the calling thread.