Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
added todo comment, reminding to make a part of the consumable hash c…
Browse files Browse the repository at this point in the history
…ode synchronous
  • Loading branch information
pgte committed Jan 25, 2017
1 parent 1cbda84 commit 084fa4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hamt/consumable-hash.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class InfiniteHash {

let result = 0

// TODO: this is sync, no need to use whilst
whilst(
() => pendingBits > 0,
(callback) => {
Expand Down

0 comments on commit 084fa4e

Please sign in to comment.