pod property

WeakReference<PodNotifier<T>> pod
final

The wrapped pod, kept as a WeakReference so the wrapper does not pin it beyond what the finalizer token does.

Implementation

final WeakReference<PodNotifier<T>> pod;