Learn R Programming

shard (version 0.1.0)

pool_get: Get the Current Worker Pool

Description

Returns the active worker pool, or NULL if none exists.

Usage

pool_get()

Arguments

Value

A shard_pool object or NULL.

Examples

Run this code
p <- pool_get()
is.null(p)

Run the code above in your browser using DataLab