Uses of Class
dev.aahmedlab.concurrent.BoundedExecutor
-
Uses of BoundedExecutor in dev.aahmedlab.concurrent
Methods in dev.aahmedlab.concurrent that return BoundedExecutorModifier and TypeMethodDescriptionstatic BoundedExecutorBoundedExecutor.create(int poolSize, int capacity) Creates a bounded executor with a BLOCK rejection policy.static BoundedExecutorBoundedExecutor.createCpuBound()Creates an executor optimized for CPU-bound tasks.static BoundedExecutorBoundedExecutor.createFixed(int poolSize) Creates a fixed-size executor with a bounded queue.static BoundedExecutorBoundedExecutor.createIoBound()Creates an executor optimized for I/O-bound tasks.