Package ch.raffael.meldioc.library.base.threading
package ch.raffael.meldioc.library.base.threading
-
ClassDescriptionTODO JavaDocFeature providing a fork/join pool.A
WorkExecutorFeaturethat uses a JavaThreadPoolExecutor.AJavaThreadPoolFeaturethat destroys the thread pool on finalizing the shutdown.AWorkExecutorFeaturethat executes everything in the calling thread.ASameThreadWorkExecutorFeaturethat adds shutdown hooks.Feature providing an around advice for tasks, usually used in conjunction withWorkExecutorFeature.TODO JavaDocDeprecated, for removal: This API element is subject to removal in a future version.Feature providing a work executor, usually a thread pool.
WorkExecutorFeature/ForkJoinPoolFeatureinstead.