From: Damyan Ivanov Date: Sun, 24 Mar 2019 09:32:54 +0000 (+0200) Subject: async database statement queue X-Git-Tag: v0.8.1~19 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=b1b663239741e95fc1087de186a10e5e762135db;hp=b1b663239741e95fc1087de186a10e5e762135db async database statement queue the idea is to take quick database updates outside the main (UI) thread this helps when the database is in a transaction updating accounts or transactions which can take considerable time ---