Class LightClusteringBuilderState.BuilderForkJoinWorkerThread

java.lang.Object
java.lang.Thread
java.util.concurrent.ForkJoinWorkerThread
com._1c.g5.modeling.xtext.builder.LightClusteringBuilderState.BuilderForkJoinWorkerThread
All Implemented Interfaces:
Runnable
Enclosing class:
LightClusteringBuilderState

public static class LightClusteringBuilderState.BuilderForkJoinWorkerThread extends ForkJoinWorkerThread
Special threads for building EDT files
  • Constructor Details

    • BuilderForkJoinWorkerThread

      public BuilderForkJoinWorkerThread(ForkJoinPool pool, String name)
      Constructor with special executor service and name of the creating thread
      Parameters:
      pool - executor service for creating thread, cannot be null
      name - name of the thread, cannot be null