PodFutureBase<F extends Pod, T> constructor

PodFutureBase<F extends Pod, T>(
  1. F future,
  2. T reader(
    1. Ref<T>,
    2. F future
    )
)

PodFutureBase constructor.

Implementation

PodFutureBase(this.future, this.reader);