StreamingFast Hammer Library
This is a helper library for serializing concurrent and grouped task results. It is useful when you want to debounce network calls that may or may not be grouped in a batch call. It is part of StreamingFast.
Usage
See example usage in EOSIO on StreamingFast.
Contributing
Issues and PR in this repo related strictly to the dhammer library.
Report any protocol-specific issues in their respective repositories
Please first refer to the general StreamingFast contribution guide, if you wish to contribute to this code base.
This codebase uses unit tests extensively, please write and run tests.