Module stormpot

Class BAllocThread<T extends Poolable>

java.lang.Object
stormpot.internal.BAllocThread<T>
Type Parameters:
T - The concrete poolable type.
All Implemented Interfaces:
Runnable

public final class BAllocThread<T extends Poolable> extends Object implements Runnable
The dedicated background allocation process of a pool that operates in the AllocationProcessMode.THREADED mode.
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable