Module id.xfunction

Class DaemonThreadFactory

Object
DaemonThreadFactory
All Implemented Interfaces:
ThreadFactory

public class DaemonThreadFactory extends Object implements ThreadFactory
This thread factory uses Java default thread factory to create a thread and then marks thread as daemon thread.
  • Constructor Details

    • DaemonThreadFactory

      public DaemonThreadFactory()
  • Method Details