stopCalculators: Shutdown calculator instances (also named as "funz daemons")

View source: R/calculator.R

stopCalculatorsR Documentation

Shutdown calculator instances (also named as "funz daemons")

Description

Shutdown calculator instances (also named as "funz daemons")

Usage

stopCalculators(px)

Arguments

px

array of processx objects to stop (returned values of startCalculators())

Examples

## Not run: 
calcs = startCalculators(5)
# ...
stopCalculators(calcs)

## End(Not run)

Funz/Funz.R documentation built on Jan. 28, 2024, 11:39 p.m.