()
| 581 | if (annotations) { |
| 582 | cause = causeAnnotate(cause, annotations) |
| 583 | } |
| 584 | this._interruptedCause = this._interruptedCause |
| 585 | ? causeCombine(this._interruptedCause, cause) |
| 586 | : cause |
| 587 | if (this.interruptible) { |
| 588 | if (this._running) { |
no outgoing calls
no test coverage detected