Interface ISVNThreadPool
-
- All Known Implementing Classes:
SVNEmptyThreadPool
,SVNThreadPool
public interface ISVNThreadPool
- Version:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISVNTask
run(java.lang.Runnable task, boolean daemon)
-
-
-
Method Detail
-
run
ISVNTask run(java.lang.Runnable task, boolean daemon)
-
-