CoroutineProgressReporter
class CoroutineProgressReporter(reporter: ProgressReporter) : AbstractCoroutineContextElement, ProgressReporter(source)
Captures progress information about the currently running task.
KotlinX.Coroutines uses a CoroutineContext object throughout suspend
functions to store information about the currently-running task. To report the current Progress of a coroutine, CoroutineProgressReporter is added to its context.
Functions
Link copied to clipboard
Wraps this ProgressReporter into a CoroutineProgressReporter so it can be inserted in a CoroutineContext.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard