DataIntProgressUpdater<D> typedef

DataIntProgressUpdater<D> = DataProgressUpdater<int, D>

A sink for the code wrapped in DataIntProgressFuture to report its progress.

Implementation

typedef DataIntProgressUpdater<D> = DataProgressUpdater<int, D>;