Derives from QSys to provide multicore-specific functions
clustermq::QSys -> MULTICORE
new()MULTICORE$new(addr = host("127.0.0.1"), ...)submit_jobs()MULTICORE$submit_jobs( n_jobs, ..., log_worker = FALSE, log_file = NULL, verbose = TRUE )
cleanup()MULTICORE$cleanup(quiet = FALSE, timeout = 3)
finalize()MULTICORE$finalize(quiet = FALSE)
clone()The objects of this class are cloneable with this method.
MULTICORE$clone(deep = FALSE)
deepWhether to make a deep clone.