(consumer)
| 384 | } |
| 385 | |
| 386 | #deleteConsumer(consumer) { |
| 387 | if (this.#consumers.delete(consumer)) { |
| 388 | return this.#deleteConsumerFromMin(consumer); |
| 389 | } |
| 390 | return false; |
| 391 | } |
| 392 | } |
| 393 | |
| 394 | // ============================================================================= |