()
| 22 | } |
| 23 | |
| 24 | function retain(): void { |
| 25 | pending++ |
| 26 | if (pump === undefined) { |
| 27 | pump = setInterval(drainTick, 1, requireComputerUseSwift()) |
| 28 | logForDebugging('[drainRunLoop] pump started', { level: 'verbose' }) |
| 29 | } |
| 30 | } |
| 31 | |
| 32 | function release(): void { |
| 33 | pending-- |
no test coverage detected