Package org.testng.internal.thread.graph
-
Interface Summary Interface Description IThreadWorkerFactory<T> A factory that creates workers used byGraphThreadPoolExecutor
IWorker<T> A runnable object that is used byGraphThreadPoolExecutor
to execute tasks -
Class Summary Class Description GraphThreadPoolExecutor<T> An Executor that launches tasks per batches.SuiteWorkerFactory AnIThreadWorkerFactory
forSuiteRunner
s