Package org.infinispan.commons.executors
Interface NonBlockingThreadFactory
-
- All Superinterfaces:
java.util.concurrent.ThreadFactory
public interface NonBlockingThreadFactory extends java.util.concurrent.ThreadFactorySame asThreadFactoryexcept that threads created by this factory should be non blocking and implement theNonBlockingThreadinterface.