| 3 | import { logAsyncException } from './log'; |
| 4 | |
| 5 | export class Async { |
| 6 | static timeoutIdList = [] as number[]; |
| 7 | |
| 8 | static addTimeout(priority: number, interval: number, func: () => boolean) { |
nothing calls this directly
no outgoing calls
no test coverage detected