|
Description
|
From Doug Lea's TODO list:
7. Parallel collection operations
These extend invokeAll etc
Some people would like to have something like
exec.applyToAllInParallel(aCollection, anOperation)
with several variants, perhaps including
scalarResult = exec.mapReduce(coll, mapFunction, reduceFunction);
Doing this interacts with whether/how closures become better
supported.
Posted Date : 2006-06-29 16:54:16.0
|