rrq_worker_len: Number of active workers

View source: R/rrq_workers.R

rrq_worker_lenR Documentation

Number of active workers

Description

Returns the number of active workers

Usage

rrq_worker_len(controller = NULL)

Arguments

controller

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

Value

An integer

Examples


obj <- rrq_controller("rrq:example")
rrq_worker_len(controller = obj)


richfitz/rrq documentation built on July 15, 2024, 8:12 p.m.