-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
sched - provide an "async" argument for run() method #57658
Comments
If True it would run the scheduled functions due to expire soonest (if any) and then return. |
I think this would be better served by a separate method. You could call it e.g. run_nowait(). |
What about run(nowait=...) or run(only_ready=...)? |
That's a good point. Then perhaps call the flag "wait" or "blocking", since it avoids false positives and is more explicit than "async"? |
"blocking" seems the most explicit to me. |
New changeset 2975618965c0 by Giampaolo Rodola' in branch 'default': |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: