()
| 52 | } |
| 53 | |
| 54 | startForegroundJob() { |
| 55 | const key = process.hrtime().join('.') |
| 56 | |
| 57 | this.clearDebounceTimer() |
| 58 | |
| 59 | this.foregroundPool.set(key, true) |
| 60 | |
| 61 | return key |
| 62 | } |
| 63 | |
| 64 | wrapForegroundJob(wrappedFunction) { |
| 65 | const context = this |
no test coverage detected