completed promise does not resolve after terminate
オープン
bug
- 主要言語
- TypeScript
- スター
- 3.5k
- フォーク
- 173
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
My code is waiting for the completed promise, eg `await this.pool.completed()` but after using `await this.pool.terminate(true)`, the completed promise still waits.
Is that intended? Shouldn't it either throw or resolve?
I can work around it with a second promise and using `Promise.any()` but that seems unintuitive.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。