powered by
Print a shard_pool Object
# S3 method for shard_pool print(x, ...)
The input x, invisibly.
x
A shard_pool object.
shard_pool
Further arguments (ignored).
# \donttest{ p <- pool_create(2) print(p) pool_stop(p) # }
Run the code above in your browser using DataLab