Package io.microsphere.concurrent
-
Class Summary Class Description CustomizedThreadFactory AThreadFactoryimplementation that creates threads with customized attributes, including name prefix, daemon status, priority, and stack size.DelegatingBlockingQueue<E> A delegating implementation ofBlockingQueuethat wraps anotherBlockingQueueinstance and forwards all method calls to it.DelegatingScheduledExecutorService A delegating implementation ofScheduledExecutorServicethat forwards all method calls to a provided delegate instance.ExecutorUtils ExecutorUtilities class