Uses of Class
org.burningwave.core.concurrent.Thread.Supplier
Packages that use Thread.Supplier
-
Uses of Thread.Supplier in org.burningwave.core.assembler
Fields in org.burningwave.core.assembler declared as Thread.SupplierModifier and TypeFieldDescriptionstatic final Thread.SupplierStaticComponentContainer.ThreadSupplier -
Uses of Thread.Supplier in org.burningwave.core.concurrent
Methods in org.burningwave.core.concurrent that return Thread.SupplierModifier and TypeMethodDescriptionstatic Thread.SupplierThread.Supplier.joinAllRunningThreads()Thread.Supplier.shutDownAllPoolableSleepingThreads()Thread.Supplier.shutDownAllPoolableSleepingThreads(boolean joinThreads) Thread.Supplier.shutDownAllThreads()Thread.Supplier.shutDownAllThreads(boolean joinThreads) Methods in org.burningwave.core.concurrent with parameters of type Thread.SupplierModifier and TypeMethodDescriptionstatic QueuedTaskExecutorQueuedTaskExecutor.create(String executorName, Thread.Supplier threadSupplier, int initialPriority) static QueuedTaskExecutorQueuedTaskExecutor.create(String executorName, Thread.Supplier threadSupplier, int initialPriority, boolean daemon, boolean undestroyable) static Thread.HolderThread.Holder.create(Thread.Supplier supplier, boolean undestroyable)