Package gnu.classpath.toolkit

Class Summary

DefaultDaemonThreadFactory Create a new thread using all the default settings as returned by Executors.defaultThreadFactory() plus calling thread.setDaemon(true) on the newly created thread.