Interface NonBlockingThreadFactory

  • All Superinterfaces:
    java.util.concurrent.ThreadFactory
    All Known Implementing Classes:
    DefaultNonBlockingThreadFactory

    public interface NonBlockingThreadFactory
    extends java.util.concurrent.ThreadFactory
    Same as ThreadFactory except that threads created by this factory should be non blocking and implement the NonBlockingThread interface.
    • Method Summary

      • Methods inherited from interface java.util.concurrent.ThreadFactory

        newThread