public interface FunctionToExec
ThreadPool
Modifier and Type | Method and Description |
---|---|
StringBuilder |
run(String input)
The function that a thread in the thread pool has to exec.
|
StringBuilder run(String input)
input
- the data to processCopyright © 2013. All rights reserved.