powered by
Print a shard_dispatch_result Object
# S3 method for shard_dispatch_result print(x, ...)
The input x, invisibly.
x
A shard_dispatch_result object.
shard_dispatch_result
Further arguments (ignored).
# \donttest{ pool_create(2) chunks <- list(list(id = 1L, x = 1), list(id = 2L, x = 2)) result <- dispatch_chunks(chunks, function(chunk) chunk$x, pool = pool_get()) print(result) pool_stop() # }
Run the code above in your browser using DataLab