progress_future
library
Typedefs
-
DataDoubleProgressFuture<R, D>
= DataProgressFuture<R, double, D>
-
A Future that reports the progress of its completion
as a double and intermediate data.
-
DataDoubleProgressUpdater<D>
= DataProgressUpdater<double, D>
-
A sink for the code wrapped in DoubleProgressFuture to report
its progress and intermediate data.
-
DataIntProgressFuture<R, D>
= DataProgressFuture<R, int, D>
-
A Future that reports the progress of its completion
as an integer and intermediate data.
-
DataIntProgressUpdater<D>
= DataProgressUpdater<int, D>
-
A sink for the code wrapped in DataIntProgressFuture to report
its progress.
-
DoubleProgressFuture<R>
= ProgressFuture<R, double>
-
A Future that reports the progress of its completion
as a double.
-
DoubleProgressUpdater
= ProgressUpdater<double>
-
A sink for the code wrapped in DoubleProgressFuture to report
its progress.
-
IntProgressFuture<R>
= ProgressFuture<R, int>
-
A Future that reports the progress of its completion
as an integer.
-
IntProgressUpdater
= ProgressUpdater<int>
-
A sink for the code wrapped in IntProgressFuture to report
its progress.