Interface IThreadFactory

    • Method Detail

      • newThread

        java.lang.Thread newThread​(java.lang.Runnable run)
      • getThreadFactory

        java.lang.Object getThreadFactory()
      • getThreads

        java.util.List<java.lang.Thread> getThreads()