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 SVNEmptyThreadPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISVNTask
run(java.lang.Runnable task, boolean daemon)
-
-
-
Method Detail
-
run
public ISVNTask run(java.lang.Runnable task, boolean daemon)
- Specified by:
run
in interfaceISVNThreadPool
-
-