Expand description
Module to handle the callback functions used for progress tracking.
Structs§
- Progress
Info - Represents information about the progress of an ongoing operation.
Enums§
- Callback
Type - Represents the type of callback being invoked during an operation.
Type Aliases§
- Progress
Callback - Type alias for a progress callback function used to report progress updates during long-running operations.
- Shared
Progress Callback - Type alias for a shared progress callback function used to report progress updates across multiple threads.