powered by
Returns current status of all workers in the pool.
pool_status(pool = NULL)
A data frame with worker status information.
A shard_pool object. If NULL, uses the current pool.
shard_pool
# \donttest{ p <- pool_create(2) pool_status(p) pool_stop(p) # }
Run the code above in your browser using DataLab