Module progress

Source
Expand description

Module to handle the callback functions used for progress tracking.

Structs§

ProgressInfo
Represents information about the progress of an ongoing operation.

Enums§

CallbackType
Represents the type of callback being invoked during an operation.

Type Aliases§

ProgressCallback
Type alias for a progress callback function used to report progress updates during long-running operations.
SharedProgressCallback
Type alias for a shared progress callback function used to report progress updates across multiple threads.