()
| 6 | private intervals: NodeJS.Timer[] = []; |
| 7 | |
| 8 | get length() { |
| 9 | return this.tasks.length; |
| 10 | } |
| 11 | |
| 12 | run<T>(task: Task<T>): Promise<T> { |
| 13 | return new Promise((resolve, reject) => { |
nothing calls this directly
no outgoing calls
no test coverage detected