Class Thread.Supplier

java.lang.Object
org.burningwave.core.concurrent.Thread.Supplier
Enclosing class:
Thread

public static class Thread.Supplier
extends Object
  • Method Details

    • getOrCreate

      public Thread getOrCreate​(String name)
    • getOrCreate

      public final Thread getOrCreate()
    • getOrCreate

      public final Thread getOrCreate​(int requestCount)
    • shutDownAllPoolableSleeping

      public void shutDownAllPoolableSleeping()
    • shutDownAll

      public void shutDownAll()
    • create

      public static Thread.Supplier create​(String name, Properties config, boolean undestroyable)