(item)
| 351 | // Internal APIs that need timeouts should use `unrefActive()` instead of |
| 352 | // `active()` so that they do not unnecessarily keep the process open. |
| 353 | function unrefActive(item) { |
| 354 | insertGuarded(item, false); |
| 355 | } |
| 356 | |
| 357 | // The underlying logic for scheduling or re-scheduling a timer. |
| 358 | // |
no test coverage detected
searching dependent graphs…