Class LazyCleanerImpl.RefQueueBlocker<T>

java.lang.Object
org.postgresql.util.LazyCleanerImpl.RefQueueBlocker<T>
Type Parameters:
T - the type of the objects referenced by the References in the queue
All Implemented Interfaces:
ForkJoinPool.ManagedBlocker
Enclosing class:
LazyCleanerImpl

private static class LazyCleanerImpl.RefQueueBlocker<T> extends Object implements ForkJoinPool.ManagedBlocker
RefQueueBlocker retrieves references from the reference queue without blocking ForkJoinPool CPU threads.