MISC: Refactor BLADEBURNER Identifier Lookup (#1646)

This commit is contained in:
Denis Čahuk
2024-09-15 02:39:18 +02:00
committed by GitHub
parent f39402e8be
commit cde5e3f6ae
10 changed files with 186 additions and 108 deletions
@@ -70,6 +70,7 @@ export class SleeveBladeburnerWork extends SleeveWorkClass {
this.finish();
}
}
get nextCompletion(): Promise<void> {
if (!this.nextCompletionPair.promise)
this.nextCompletionPair.promise = new Promise((r) => (this.nextCompletionPair.resolve = r));