captureProgress

Captures the progress information of the current operation using CoroutineProgressReporter.

Because flows cannot emit from multiple coroutines, the implementation of this function requires the usage of channels, which are more expensive. If possible, prefer using the failed builder.


Captures the progress information of block using CoroutineProgressReporter.

Because flows cannot emit from multiple coroutines, the implementation of this function requires the usage of channels, which are more expensive. If possible, prefer using the failed builder.