| 62 | * coalesces timeouts. |
| 63 | */ |
| 64 | export class TimeoutManager implements Omit<TimeoutProvider, 'name'> { |
| 65 | // We cannot have TimeoutManager<T> as we must instantiate it with a concrete |
| 66 | // type at app boot; and if we leave that type, then any new timer provider |
| 67 | // would need to support the default provider's concrete timer ID, which is |
nothing calls this directly
no outgoing calls
no test coverage detected