gpt4 book ai didi

groovy - GPars paralell写,什么时候写所有文件?

转载 作者:行者123 更新时间:2023-12-03 06:10:57 25 4
gpt4 key购买 nike

因此,如果我有一个看起来像这样的块:

def fileTree = project.fileTree("someDir/")
GPars.withPool(threads,exceptionHandler) {
fileTree.eachParallel { File ->
//Load the file, transform the data and write it to a new file name.
} //End of eachParallel
}//End of withPool

在什么时候所有文件都被写入,刷新并准备好用于其他代码中?在 End of eachParallelEnd of withpool处? ...还是需要特殊的代码来管理?

最佳答案

好吧,这取决于您的eachParallel实现,但是应该在那里完成。

关于groovy - GPars paralell写,什么时候写所有文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34751673/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com