with_progress_signal: Execute Function with Progress Reporting for Each Item
Description
Helper function that wraps a function to report progress after each invocation.
Useful for integrating progress reporting with purrr::map() or furrr::future_map().
Usage
with_progress_signal(.f, .p)
Value
A wrapped function that calls .f(x) and then signals progress via .p().