print.shard_pool: Print a shard_pool Object

View source: R/pool.R

print.shard_poolR Documentation

Print a shard_pool Object

Description

Print a shard_pool Object

Usage

## S3 method for class 'shard_pool'
print(x, ...)

Arguments

x

A shard_pool object.

...

Further arguments (ignored).

Value

The input x, invisibly.

Examples


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


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