Package org.rcsb.strucmotif.core
Class ThreadPoolImpl
java.lang.Object
org.rcsb.strucmotif.core.ThreadPoolImpl
- All Implemented Interfaces:
ThreadPool
Wraps a ForkJoinPool.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ThreadPoolImpl
Constructor.- Parameters:
motifSearchConfig- injectable configuration
-
-
Method Details
-
submit
Description copied from interface:ThreadPoolDispatch a Callable.- Specified by:
submitin interfaceThreadPool- Type Parameters:
R- type- Parameters:
task- a callable- Returns:
- a Future aka promise
-