All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.internal.ShutdownThread Maven / Gradle / Ivy

There is a newer version: 6.8.2
Show newest version
package io.qt.internal;

class ShutdownThread extends Thread {
	ShutdownThread(Runnable target, String name) {
		super(null, target, name, 0, false);
		setContextClassLoader(null);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy