java.lang.Object
com.aoapps.concurrent.Executors
com.semanticcms.core.servlet.Executors
- All Implemented Interfaces:
AutoCloseable
Per-context executors for concurrent processing.
Passes the following
ThreadLocal-based items to submitted tasks:
- Internationalization context (via parent class):
I18nThreadLocalCallableandI18nThreadLocalRunnable - FunctionContext:
FunctionContextCallableandFunctionContextRunnable - PageContext:
PageContextCallableandPageContextRunnable
-
Method Summary
Methods inherited from class com.aoapps.concurrent.Executors
close, getPerProcessor, getPreferredConcurrency, getSequential, getUnbounded, newInstance, toString
