From 084fa4e324f63988cf75194fa72f2faedd561686 Mon Sep 17 00:00:00 2001 From: Pedro Teixeira Date: Wed, 25 Jan 2017 20:15:00 +0000 Subject: [PATCH] added todo comment, reminding to make a part of the consumable hash code synchronous --- src/hamt/consumable-hash.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hamt/consumable-hash.js b/src/hamt/consumable-hash.js index 3f1c2fdc..6fb40aa0 100644 --- a/src/hamt/consumable-hash.js +++ b/src/hamt/consumable-hash.js @@ -42,6 +42,7 @@ class InfiniteHash { let result = 0 + // TODO: this is sync, no need to use whilst whilst( () => pendingBits > 0, (callback) => {