|
|
|
|
|
by CJefferson
814 days ago
|
|
I have an app where some tasks can take a long time (like a minute in some cases), so I want the gui to continue responding, and also run my long task in a background thread, then update the GUI when it is finished. Is there any good examples for this, the examples (not unreasonably), mostly seem to do fairly trivial work. |
|