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)
commit21bdd2941c93d07d052c4763caf100ae0d5ae892
tree175b23e3cb83ea7d4f02ab913e4b7e47f0865e8f
parent39e3bfa0ce31e6ff544e7e87943323e182bd9ffd
parent694a4ce7dae396ad71a0609291c7fd4e500b27b6
Merge branch 'asynchronous_reader' into 'master'

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