summary refs log tree commit diff
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-20Combine Limiter and LinearizerRichard van der Hoff2-70/+47
Linearizer was effectively a Limiter with max_count=1, so rather than maintaining two sets of code, let's combine them.
2018-07-20Improvements to the LimiterRichard van der Hoff2-14/+21
* give them names, to improve logging * use a deque rather than a list for efficiency
2018-07-20Add a sleep to the Limiter to fix stack overflows.Richard van der Hoff2-7/+24