Package | Description |
---|---|
edu.illinois.cs.cogcomp.core.utilities |
Modifier and Type | Method and Description |
---|---|
static <T> void |
Parallel.forLoop(int nThreads,
List<T> list,
Parallel.Method<T> function,
long timeout,
TimeUnit unit)
Run
function on each item of list in parallel, using nThreads
threads. |
Copyright © 2017. All rights reserved.