mafintosh / append-tree

Model a tree structure on top off an append-only log.
MIT License
54 stars 13 forks source link

Fix async issue in example usage in README.md #4

Closed watson closed 7 years ago

watson commented 7 years ago

The calls to t.list etc must wait until the last t.append call have finished