Add throttle library

This commit is contained in:
yudppp 2021-08-25 00:24:52 +09:00 committed by Avelino
parent f40670e2a3
commit bbd8c40836

View File

@ -2176,6 +2176,7 @@ _**Unofficial** set of patterns for structuring projects._
* [statiks](https://github.com/janiltonmaciel/statiks) - Fast, zero-configuration, static HTTP filer server.
* [Storm](https://github.com/asdine/storm) - Simple and powerful toolkit for BoltDB.
* [structs](https://github.com/PumpkinSeed/structs) - Implement simple functions to manipulate structs.
* [throttle](https://github.com/yudppp/throttle) - Throttle is an object that will perform exactly one action per duration.
* [tik](https://github.com/andy2046/tik) - Simple and easy timing wheel package for Go.
* [tome](https://github.com/cyruzin/tome) - Tome was designed to paginate simple RESTful APIs.
* [toolbox](https://github.com/viant/toolbox) - Slice, map, multimap, struct, function, data conversion utilities. Service router, macro evaluator, tokenizer.