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 classScheduledTaskTrackingThreadPoolExecutorAScheduledThreadPoolExecutorthat is also aTaskTrackingExecutor.static classTaskTrackingExecutor.TaskTrackingExecutorDecoratorA decorator for anExecutorServicethat makes its target aTaskTrackingExecutor.classTaskTrackingThreadPoolExecutorATaskTrackingExecutorbased on aThreadPoolExecutor.
-