Class EolThreadFactory

java.lang.Object
org.eclipse.epsilon.eol.execute.concurrent.EolThreadFactory
All Implemented Interfaces:
ThreadFactory

public class EolThreadFactory extends Object implements ThreadFactory
Since:
1.6
Author:
Sina Madani
  • Field Details

    • threadCount

      protected int threadCount
    • maxThreads

      protected final int maxThreads
    • namePrefix

      protected final String namePrefix
  • Constructor Details

    • EolThreadFactory

      protected EolThreadFactory(int threadLimit, String threadNamePrefix)
  • Method Details