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: 8642
#> Status: alive
#> RSS baseline: 69.8 MB
#> Recycles: 0
#> Spawned: 2026-08-14 01:38:00
pool_stop(p)
# }