Package org.infinispan.commons.executors
Interface NonBlockingThreadFactory
-
- All Superinterfaces:
java.util.concurrent.ThreadFactory
- All Known Implementing Classes:
DefaultNonBlockingThreadFactory
public interface NonBlockingThreadFactory extends java.util.concurrent.ThreadFactory
Same asThreadFactory
except that threads created by this factory should be non blocking and implement theNonBlockingThread
interface.