Uses of Class
org.burningwave.core.concurrent.Thread
Packages that use Thread
-
Uses of Thread in org.burningwave.core.concurrent
Methods in org.burningwave.core.concurrent that return ThreadModifier and TypeMethodDescriptionThread.Supplier.createDetachedThread()Thread.Supplier.getOrCreatePoolableThread()final ThreadThread.Supplier.getOrCreateThread()final ThreadThread.Supplier.getOrCreateThread(int tentativeCount) Thread.Supplier.getOrCreateThread(String name) Thread.Supplier.joinThread(Thread thread) Thread.setExecutable(ThrowingConsumer<Thread, ? extends Throwable> executable) Thread.setExecutable(ThrowingConsumer<Thread, ? extends Throwable> executable, boolean isLooper) Methods in org.burningwave.core.concurrent with parameters of type ThreadMethod parameters in org.burningwave.core.concurrent with type arguments of type ThreadModifier and TypeMethodDescriptionThread.setExecutable(ThrowingConsumer<Thread, ? extends Throwable> executable) Thread.setExecutable(ThrowingConsumer<Thread, ? extends Throwable> executable, boolean isLooper) voidThread.Holder.startLooping(boolean isDaemon, int priority, Consumer<Thread> executable) voidThread.Holder.startLooping(String threadName, boolean isDaemon, int priority, Consumer<Thread> executable)