Print a shard_worker Object
Usage
# S3 method for class 'shard_worker'
print(x, ...)Examples
# \donttest{
p <- pool_create(1)
print(p$workers[[1]])
#> shard worker [1]
#> PID: 8397
#> Status: alive
#> RSS baseline: 69.7 MB
#> Recycles: 0
#> Spawned: 2026-07-17 18:46:28
pool_stop(p)
# }