Liste des Groupes | Revenir à co vms |
On 2024-10-01, John Dallman <jgd@cix.co.uk> wrote:On at least Android and iOS, developers are warned that if the
GUI thread is unresponsive to events for more than a few seconds,
the OS will assume that it has hung or is infinite looping, and
will start popping up warnings and/or killing the application.
The GUI thread is required to start other threads to do anything
that may take significant time.
Exactly. And at least on Android (I don't know about iOS), those new
threads have no direct access to the GUI, the GUI event queue, or
its widgets.
Les messages affichés proviennent d'usenet.