Module mame_parser::progress

source ·
Expand description

Module to handle the callback functions used for progress tracking.

Structs§

  • Represents information about the progress of an ongoing operation.

Enums§

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

Type Aliases§

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