pool_get: Get the Current Worker Pool

View source: R/pool.R

pool_getR Documentation

Get the Current Worker Pool

Description

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

Usage

pool_get()

Value

A shard_pool object or NULL.

Examples

p <- pool_get()
is.null(p)

shard documentation built on April 3, 2026, 9:08 a.m.