Interface TaskExecutor
- All Superinterfaces:
Executor
-
Method Summary
Modifier and TypeMethodDescriptionintCheck for the number of threads this executor uses.
-
Method Details
-
threadCount
int threadCount()Check for the number of threads this executor uses.
May be helpful when determining how many chunks to divide a task into.- Returns:
- The number of threads this executor uses.
-