printReport property

ProcessPoolProgressReporter? printReport
final

A function to be called periodically to update the progress on the pool.

May be set to null if no progress report is desired.

Defaults to defaultProgressReport, which prints the progress report to stdout.

Implementation

final ProcessPoolProgressReporter? printReport;