Skip to content

Add asynchronous filereader, fix python3 lockups

NeroBurner requested to merge NeroBurner/fdroidserver:asynchronous_reader into master

with the current implementation of AsynchronousFileReader with Python 3 FDroidPopen deadlocks with 100% CPU-utilization

The code is from https://github.com/soxofaan/asynchronousfilereader

I hope the MIT-Licence makes no problems

Merge request reports