Optional named list of extra variables (auto-shared when large).
workers
Number of workers (passed to shard_map()).
...
Additional arguments forwarded to FUN.
policy
A shard_apply_policy() object.
Details
This wrapper enforces guardrails to avoid accidental huge gathers: it
estimates the total gathered result size from a probe call and refuses
to run if it exceeds policy$max_gather_bytes.