Class TtlForkJoinPoolHelper

java.lang.Object
com.alibaba.ttl.threadpool.TtlForkJoinPoolHelper

public final class TtlForkJoinPoolHelper extends Object
Util methods to wrap/check/unwrap methods for disable Inheritable wrapper of ForkJoinPool.ForkJoinWorkerThreadFactory.

Note:

all method is null-safe. for wrap/unwrap methods when input parameter is null, return null. for check methods when input parameter is null, return false.

Since:
2.10.1
Author:
Jerry Lee (oldratlee at gmail dot com)
See Also: