pool_status: Get Pool Status

View source: R/pool.R

pool_statusR Documentation

Get Pool Status

Description

Returns current status of all workers in the pool.

Usage

pool_status(pool = NULL)

Arguments

pool

A shard_pool object. If NULL, uses the current pool.

Value

A data frame with worker status information.

Examples


p <- pool_create(2)
pool_status(p)
pool_stop(p)


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