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