mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
* Don't run multiple collectSubprocesses tasks in parallel. UIManager:scheduleIn doesn't return anything, using that as a boolean trap made no sense. * Make the in-place removal of collected pids use a slightly more common idiom (table.remove in a reverse iteration of said array).