Class SVNEmptyThreadPool

java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNEmptyThreadPool
All Implemented Interfaces:
ISVNThreadPool

public class SVNEmptyThreadPool extends java.lang.Object implements ISVNThreadPool
Version:
1.3
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    run(java.lang.Runnable task, boolean daemon)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SVNEmptyThreadPool

      public SVNEmptyThreadPool()
  • Method Details