()
| 825 | * Intervals should early-return when this is set — the work picks up next |
| 826 | * tick after scroll settles. */ |
| 827 | export function getIsScrollDraining(): boolean { |
| 828 | return scrollDraining |
| 829 | } |
| 830 | |
| 831 | /** Await this before expensive one-shot work (network, subprocess) that could |
| 832 | * coincide with scroll. Resolves immediately if not scrolling; otherwise |
no outgoing calls
no test coverage detected