util: `chunked` generator
It seems that many streaming Gitaly responses are actually streaming responses which themselves contains chunks of content. An example would be `RefService.FindAllBranchNames`. Couldn't find anything really convincing in `itertools` for that.
hgitaly/util.py
0 → 100644
Please register or sign in to comment