()
| 434 | } |
| 435 | }, |
| 436 | complete() { |
| 437 | if (valuesWaitingToBeDrained.length === 0) { |
| 438 | class="cm">// We're not waiting for a drain event, so we can just |
| 439 | class="cm">// resolve and teardown. |
| 440 | subscription.unsubscribe(); |
| 441 | resolve(); |
| 442 | } else { |
| 443 | shouldResolveAfterDraining = true; |
| 444 | } |
| 445 | }, |
| 446 | }), |
| 447 | ); |
| 448 | }); |
no outgoing calls
no test coverage detected