Uses of Class
stormpot.internal.BlazePool
Packages that use BlazePool
-
Uses of BlazePool in stormpot.internal
Constructors in stormpot.internal with parameters of type BlazePoolModifierConstructorDescriptionBlazePoolSingleThreadedTap(BlazePool<T> pool, boolean optimizeForMemory) Create a sequential (only usable by one thread at a time) tap for the given pool.BlazePoolThreadSafeTap(BlazePool<T> pool) Create a thread-safe tap for the given pool.BlazePoolVirtualThreadSafeTap(BlazePool<T> pool, boolean optimizeForMemory) Create a virtual-thread-safe tap for the given pool.