Add Progress throttling
Brought to you by:
tapava
Originally created by: tapava
Add optional progressThrottleoption to prevent state flooding when compute functions fire progress updates in tight loops. Should throttle/debounce progress callbacks to avoid choking the main thread with re-renders.
progressThrottle?: number option (ms) to ComputeOptionsonProgresscalls in the React hook