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