Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 2, 2023
1 parent d04ff40 commit 754ae67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rfcs/001-serialize-async.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function walker(nonce, value) {
const [index, status, value] = await Promise.race(promises.values());

yield [index, status, walk(value)];
promises.delete(index);
}
},
};
Expand Down

0 comments on commit 754ae67

Please sign in to comment.