Package org.burningwave.core.concurrent
Class Thread.Supplier
java.lang.Object
org.burningwave.core.concurrent.Thread.Supplier
- Enclosing class:
- Thread
public static class Thread.Supplier extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThread.Supplier.Configuration -
Method Summary
Modifier and Type Method Description static Thread.Suppliercreate(String name, Properties config, boolean undestroyable)ThreadgetOrCreate()ThreadgetOrCreate(int requestCount)ThreadgetOrCreate(String name)voidshutDownAll()voidshutDownAllPoolableSleeping()
-
Method Details
-
getOrCreate
-
getOrCreate
-
getOrCreate
-
shutDownAllPoolableSleeping
public void shutDownAllPoolableSleeping() -
shutDownAll
public void shutDownAll() -
create
-