Uses of Class
nl.talsmasoftware.context.delegation.DelegatingExecutorService
-
Packages that use DelegatingExecutorService Package Description nl.talsmasoftware.context.delegation Layered code for delegation such asCallMappingExecutorService.nl.talsmasoftware.context.executors Package for context aware executors. -
-
Uses of DelegatingExecutorService in nl.talsmasoftware.context.delegation
Subclasses of DelegatingExecutorService in nl.talsmasoftware.context.delegation Modifier and Type Class Description classCallMappingExecutorServiceAbstract base-class that makes it a little easier to schedule tasks (RunnableorCallableobjects) using an existingExecutorServicewhile providing a custommappingfor all tasks before they get scheduled. -
Uses of DelegatingExecutorService in nl.talsmasoftware.context.executors
Subclasses of DelegatingExecutorService in nl.talsmasoftware.context.executors Modifier and Type Class Description classContextAwareExecutorServiceExecutor service that wraps another executor service, making sure background tasks operates 'within' a context snapshot taken from the submitting thread.
-