Re: Discussion: Applet's & GLProfile's initSingleton(..) / shutdown(..)
Posted by
Wade Walker on
Dec 07, 2011; 3:52am
URL: https://forum.jogamp.org/Discussion-Applet-s-GLProfile-s-initSingleton-shutdown-tp3556730p3566404.html
I'm in favor of removing these hooks if at all possible -- it's one more source of possible confusion for the user

As you say, perhaps calling Thread.isAlive() or Thread.isInterrupted() on the SharedResourceRunner would tell us whether we should clean up and then re-create the thread.