Skip to content
Commit 5a111109 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

Don't exec() the StatJob

exec() spawns a nested event loop, which is very problematic

In particular here it causes a crash when the job is running when the window is closed

By using coroutines and QCoro we can achieve the API convenience of exec() without using nested event loops

BUG: 463594
parent 4aa56096
Pipeline #295544 passed with stage
in 1 minute and 44 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment