()
| 90 | } |
| 91 | |
| 92 | private checkCancellation(): boolean { |
| 93 | return this.cancelledFlag |
| 94 | } |
| 95 | |
| 96 | /** Catches cancellations published before this engine subscribed (e.g. resume from snapshot). */ |
| 97 | private async checkCancellationBackstop(): Promise<void> { |
no outgoing calls
no test coverage detected