| seize_all | R Documentation |
Attempts to acquire a list of resources in a single C++ call, avoiding per-resource R-to-C++ round trips.
seize_all(
resources,
policy = "all_or_none",
amounts = NULL,
priorities = NULL,
force_unblock = FALSE,
accum_queue = TRUE
)
resources |
A list of |
policy |
|
amounts |
Integer vector of units per resource (default |
priorities |
Integer vector of priorities per resource (default |
force_unblock |
Logical (default |
accum_queue |
Logical (default |
TRUE if all acquired, FALSE if queued for a bottleneck resource,
NA if rejected.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.