Uses of Class
org.tquadrat.foundation.lang.internal.ThreadFactoryBuilderImpl
Packages that use ThreadFactoryBuilderImpl
Package
Description
The internal implementations of some general language extensions provided
by the Foundation Library.
-
Uses of ThreadFactoryBuilderImpl in org.tquadrat.foundation.lang.internal
Methods in org.tquadrat.foundation.lang.internal that return ThreadFactoryBuilderImplModifier and TypeMethodDescriptionfinal ThreadFactoryBuilderImplThreadFactoryBuilderImpl.setContextClassLoader(ClassLoader contextClassLoader) Sets the context class loader for the new threads created by the new thread factory.final ThreadFactoryBuilderImplThreadFactoryBuilderImpl.setDaemon(boolean flag) Sets the flag whether the new thread created by the new thread factory should be a daemon thread.final ThreadFactoryBuilderImplThreadFactoryBuilderImpl.setInheritThreadLocals(boolean flag) Sets the flag that controls whether the new threads, created by the new thread factory, will suppress, or not, the inheriting of initial values for inheritable thread-local variables from the constructing thread.final ThreadFactoryBuilderImplThreadFactoryBuilderImpl.setNameFactory(IntFunction<String> nameFactory) Sets the factory for the name of the threads created by the new thread factory.final ThreadFactoryBuilderImplThreadFactoryBuilderImpl.setPriority(int priority) Sets the priority for the new threads created by the new thread factory.final ThreadFactoryBuilderImplThreadFactoryBuilderImpl.setStackSize(long stackSize) Sets the stack size for the new threads created by the new thread factory.final ThreadFactoryBuilderImplThreadFactoryBuilderImpl.setThreadGroup(ThreadGroup threadGroup) Sets the thread group for the new threads created by the new thread factory.final ThreadFactoryBuilderImplThreadFactoryBuilderImpl.setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler) Sets theUncaughtExceptionHandlerfor the new threads created by the new thread factory.final ThreadFactoryBuilderImplThreadFactoryBuilderImpl.setVirtual(boolean flag) Determines whether the threads generated by this thread factory will be virtual threads.
