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