startCalculators: Start calculator instances (also named as "funz daemons")

View source: R/calculator.R

startCalculatorsR Documentation

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

Description

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

Usage

startCalculators(n = 1, stdout = NULL, stderr = NULL)

Arguments

n

number of calculators to start

stdout

calculators output stream: NULL (default) or "|"

stderr

calculators error stream: NULL (default) or "|"

Value

processx objects of started calculators

Examples

## Not run: 
# This will start 5 instances of calculator waiting for a "Run()" call
startCalculators(5)

## End(Not run)

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