()
| 809 | * Intervals should early-return when this is set — the work picks up next |
| 810 | * tick after scroll settles. */ |
| 811 | export function getIsScrollDraining(): boolean { |
| 812 | return scrollDraining |
| 813 | } |
| 814 | |
| 815 | /** Await this before expensive one-shot work (network, subprocess) that could |
| 816 | * coincide with scroll. Resolves immediately if not scrolling; otherwise |
no outgoing calls
no test coverage detected