Uses of Interface
pl.morgwai.base.utils.concurrent.TaskTrackingExecutor
-
Packages that use TaskTrackingExecutor Package Description pl.morgwai.base.utils.concurrent Multithreading utilities. -
-
Uses of TaskTrackingExecutor in pl.morgwai.base.utils.concurrent
Classes in pl.morgwai.base.utils.concurrent that implement TaskTrackingExecutor Modifier and Type Class Description classScheduledTaskTrackingThreadPoolExecutorScheduledThreadPoolExecutorthat is also aTaskTrackingExecutor.static classTaskTrackingExecutor.TaskTrackingExecutorDecoratorDecorator for anExecutorServicethat converts it to aTaskTrackingExecutor.classTaskTrackingThreadPoolExecutorTaskTrackingExecutorbased on aThreadPoolExecutor.
-