Package org.eclipse.aether.util.concurrency
package org.eclipse.aether.util.concurrency
Utilities for concurrent task processing.
-
ClassDescriptionDeprecated.For removal.A utility class to forward any uncaught
Error
orRuntimeException
from aRunnable
executed in a worker thread back to the parent thread.Utilities for executors and sizing them.Direct executor (caller executes).Limited executor, where the actual goal is to protect accessed resource, like when virtual threads are being used, so the "pool" itself does not provide any kind of back-pressure.Wrapper to prevent closing.Pooled executor backed byExecutorService
.Utilities for executors and sizing them.A factory to create worker threads with a given name prefix.