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

Add a "reason" argument to sleep_ms() #19642

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Add a "reason" argument to sleep_ms() #19642

merged 1 commit into from
Nov 21, 2024

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Nov 21, 2024

sleep_ms() should generally be avoided when possible. This can be used to try to track down unnecessary sleeps by adding some logging.

This commit on its own doesn't actually add any logging.

@hrydgard hrydgard added the Code Cleanup Cleanup to make future work easier. Needs to be done sometimes. label Nov 21, 2024
@hrydgard hrydgard added this to the v1.19.0 milestone Nov 21, 2024
sleep_ms() should generally be avoided when possible. This can be used to try
to track down unnecessary sleeps by adding some logging.

This commit on its own doesn't actually add any logging.
@hrydgard hrydgard merged commit a2ff626 into master Nov 21, 2024
19 checks passed
@hrydgard hrydgard deleted the tag-sleep-function branch November 21, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup Cleanup to make future work easier. Needs to be done sometimes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant