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
..
oop
2022-10-31 14:58:38 +08:00
2022-07-10 12:19:15 +02:00
2022-12-11 16:11:32 -08:00
2022-11-23 09:46:55 +00:00
2022-04-14 16:50:04 +02:00
2022-10-08 20:12:07 +02:00
2022-10-19 15:02:43 +05:30
2022-11-08 17:51:18 +00:00
2022-11-29 09:43:08 +00:00
2022-11-23 09:46:55 +00:00
2022-07-10 12:19:15 +02:00
2022-07-10 12:19:15 +02:00
2022-10-08 20:12:07 +02:00
2022-11-14 19:05:56 +00:00
2022-10-19 15:02:43 +05:30
2022-07-20 14:22:10 +02:00
2022-07-20 14:22:10 +02:00