Learn R Programming

doParabar (version 1.0.2)

getNumberOfWorkers: Get the Number of Workers

Description

Get the Number of Workers

Usage

getNumberOfWorkers(backend)

Value

An integer representing the number of workers for the registered backend.

Arguments

backend

An object of class parabar::Backend representing the backend used for the foreach::%dopar% operator implementation.