Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document when with_key callbacks get invoked, and in which order #578

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 15, 2023

  1. Document when with_key callbacks get invoked, and in which order

    With some types of callbacks, it may matter what order the callbacks get
    called in, and when in the formatting of the progress bar they're
    called. For instance, if a `with_key` callback calls
    `ProgressBar::set_position`, a *subsequent* reference to `eta` should
    take that update into account.
    joshtriplett committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    bdb31de View commit details
    Browse the repository at this point in the history