Learn R Programming

shard (version 0.1.0)

pool_status: Get Pool Status

Description

Returns current status of all workers in the pool.

Usage

pool_status(pool = NULL)

Value

A data frame with worker status information.

Arguments

pool

A shard_pool object. If NULL, uses the current pool.

Examples

Run this code
# \donttest{
p <- pool_create(2)
pool_status(p)
pool_stop(p)
# }

Run the code above in your browser using DataLab