| pool_stop | R Documentation |
Terminates all worker processes and releases resources. Waits for workers to actually terminate before returning.
pool_stop(pool = NULL, timeout = 5)
pool |
A |
timeout |
Numeric. Seconds to wait for workers to terminate (default 5). Returns after timeout even if workers are still alive. |
NULL (invisibly).
p <- pool_create(2)
pool_stop(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.