()
| 131 | return this.handledEvents.length; |
| 132 | } |
| 133 | public get all(): T[] { |
| 134 | return this.handledEvents; |
| 135 | } |
| 136 | private readonly handler: IDisposable; |
| 137 | private readonly cancellationToken: { |
| 138 | isCancellationRequested: boolean; |
no outgoing calls