You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JVM hangs when it is killed because threads aren't detached properly yet. This can be solved by introducing thread detaching behaviour into BWindow, BLooper and BApplication, by privatizing the 'real' classes, and presenting wrappers to Java that take care of this.
The text was updated successfully, but these errors were encountered:
The JVM hangs when it is killed because threads aren't detached properly yet. This can be solved by introducing thread detaching behaviour into BWindow, BLooper and BApplication, by privatizing the 'real' classes, and presenting wrappers to Java that take care of this.
The text was updated successfully, but these errors were encountered: