summary refs log tree commit diff
path: root/tests/util/test_file_consumer.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move test stuff to testsErik Johnston2018-01-181-8/+46
|
* Add decent impl of a FileConsumerErik Johnston2018-01-171-0/+138
Twisted core doesn't have a general purpose one, so we need to write one ourselves. Features: - All writing happens in background thread - Supports both push and pull producers - Push producers get paused if the consumer falls behind