rrq_worker_info: Worker information

View source: R/rrq_workers.R

rrq_worker_infoR Documentation

Worker information

Description

Returns a list of information about active workers (or exited workers if worker_ids includes them).

Usage

rrq_worker_info(worker_ids = NULL, controller = NULL)

Arguments

worker_ids

Optional vector of worker ids. If NULL then all active workers are used.

controller

The controller to use. If not given (or NULL) we'll use the controller registered with rrq_default_controller_set().

Value

A list of worker_info objects


mrc-ide/rrq documentation built on May 1, 2024, 5:35 a.m.