We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
inc
Hi,
In some examples, inc is call before "work", for example in the single.rs example, we call inc, then sleep the next line:
single.rs
sleep
indicatif/examples/single.rs
Line 9 in fb8d0e0
Should it be called after the heavy lifting?
The text was updated successfully, but these errors were encountered:
Probably. Want to submit a PR?
Sorry, something went wrong.
Sure! I just wanted to be sure that my assumption was correct
Closing since PR was merged
No branches or pull requests
Hi,
In some examples,
inc
is call before "work", for example in thesingle.rs
example, we callinc
, thensleep
the next line:indicatif/examples/single.rs
Line 9 in fb8d0e0
Should it be called after the heavy lifting?
The text was updated successfully, but these errors were encountered: