Package io.airlift.concurrent
package io.airlift.concurrent
-
ClassesClassDescriptionGuarantees that no more than maxPermits of tasks will be run concurrently.Guarantees that no more than maxThreads will be used to execute tasks submitted through
execute().Converts an Executor into a minimalistic ExecutorServiceThreadLocalCache<K,V> Provides a ThreadLocal cache with a maximum cache size per thread.