Package com.alibaba.ttl.threadpool
Interface DisableInheritableForkJoinWorkerThreadFactory
-
- All Superinterfaces:
ForkJoinPool.ForkJoinWorkerThreadFactory
public interface DisableInheritableForkJoinWorkerThreadFactory extends ForkJoinPool.ForkJoinWorkerThreadFactory
Disable inheritableForkJoinPool.ForkJoinWorkerThreadFactory.- Since:
- 2.10.1
- Author:
- Jerry Lee (oldratlee at gmail dot com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForkJoinPool.ForkJoinWorkerThreadFactoryunwrap()UnwrapDisableInheritableThreadFactoryto the original/underneath one.-
Methods inherited from interface java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
newThread
-
-
-
-
Method Detail
-
unwrap
@NonNull ForkJoinPool.ForkJoinWorkerThreadFactory unwrap()
UnwrapDisableInheritableThreadFactoryto the original/underneath one.
-
-