Re: How to start a new process in background thread?
Carsten Arnholm <[email protected]>
| Newsgroups | gmane.comp.lib.wxwindows.general |
|---|---|
| Message-ID | <[email protected]> |
On 2023-12-03 13:47, kipade wrote: > If so, there will be to much code to do, such as event sent and > retrieve, synchronous, etc. I do not think this limitation was the > best practice, because the users does not need to interact with the > new process but only need its result mostly. Thanks, I think I should > to find another non-wx way to do this. Thanks. I have a wx-based application that runs processes from background threads, only it uses boost threads for this and starting processes using std::system(). I agree it would be nice to be able to do this with wxWidgets. -- Please read https://www.wxwidgets.org/support/mlhowto.htm before posting. --- You received this message because you are subscribed to the Google Groups "wx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wx-users/6d371f76ac37d34c162393cdd6992bcb%40arnholm.org.