flow c440f33122
fix(ResourceModel): use a single ConcurrentTask for parsing tasks
This avoids creating a bunch of threads that fills up the maximum amount
allowed by QThreadPool, and causes a deadlock between the helper threads
and the main thread (main thread tries to create threads in painting
code, but isn't able to, so it keeps waiting for a thread to free up,
but all the threads are waiting on the main thread to process some
events).

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-12-15 13:51:07 -03:00
..
2022-12-10 10:31:44 -03:00
2022-11-12 20:28:30 +01:00
2022-11-12 20:28:30 +01:00
2022-11-20 05:24:10 +01:00
2022-12-06 13:01:43 +01:00