...
| Code Block |
|---|
GParsExecutorsPool.withPool {
def selfPortraits = images
.findAllParallel{it.contains me}
.collectParallel {it.resize()}
}
|
See the Parallel Collection section in the User Guide for more information.
...
| Code Block |
|---|
GParsExecutorsPool.withPool {
def selfPortraits = images
.findAllParallel{it.contains me}
.collectParallel {it.resize()}
}
|
See the Parallel Collection section in the User Guide for more information.