iets3.opensource icon indicating copy to clipboard operation
iets3.opensource copied to clipboard

Make sure that ISolvable is run in low-prio thread

Open dbinkele opened this issue 1 year ago • 0 comments

Due to model access the creation of a solvertask is done async in a thread-pool by MPS. But for actually running the ISOlvable which takes quite some time, we need a seperate Thread-Pool with low prio in order to have still a snappy UI

dbinkele avatar Aug 01 '24 14:08 dbinkele