()
| 81571 | _run(executor) { |
| 81572 | setTimeout(() => { |
| 81573 | executor().then(() => { |
| 81574 | this._emitFinal(); |
| 81575 | this._emit("end"); |
| 81576 | }, __classPrivateFieldGet9(this, _EventStream_instances, "m", _EventStream_handleError).bind(this)); |
| 81577 | }, 0); |
| 81578 | } |
| 81579 | _connected() { |
| 81580 | if (this.ended) |
| 81581 | return; |
no test coverage detected