Skip to content
Snippets Groups Projects
Commit 2427f291 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Change schedule() to use a boolean argument for full_queue.

Arguments were always 0 or INFINITE (indicate a full queue run should be
performed). As such, make the argument easier to understand, and get rid
of some overly-complex intermediate calculations to track this.

Note that as soon as any request has been made for a full queue run, that
request is "sticky" and persists until _schedule() is actually called.

No functional change.
parent 9df5dfa3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment