Package org.threadly.concurrent.wrapper.compatibility
Wrappers for adapting threadly pools for compatibility with other libraries and tools. This
also includes wrappers to take other pool implementations and make them compatible with (most)
threadly tools.
-
Interface Summary Interface Description ListenableScheduledFuture<T> Interface which includes theScheduledFutureinterface as well as theListenableFutureinterface. -
Class Summary Class Description PrioritySchedulerServiceWrapper This is a wrapper forPrioritySchedulerto be a drop in replacement for anyScheduledExecutorService(AKA theScheduledThreadPoolExecutorinterface).ScheduledExecutorServiceWrapper This is a wrapper for theScheduledThreadPoolExecutorto use that implementation with theSubmitterScheduler.SingleThreadSchedulerServiceWrapper This is a wrapper forSingleThreadSchedulerto be a drop in replacement for anyScheduledExecutorService(AKA theScheduledThreadPoolExecutorinterface).