How to get parent process to continue on doing stuff after starting child processes in R?

前端 未结 0 1100
长情又很酷
长情又很酷 2021-02-09 13:52
library(parallel)
cl <- makeCluster(16)
background_tasks <- function(arg) {
  while (TRUE) {
    # keep doing stuff in the ba         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题