chiark / gitweb /
Merge branch 'asynchronous_reader' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 21 Sep 2015 22:09:23 +0000 (22:09 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 21 Sep 2015 22:09:23 +0000 (22:09 +0000)
Add asynchronous filereader, fix python3 lockups

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

See merge request !80


Trivial merge