DescriptionModify the scheduler to queue idle work between idle periods.
Modifies the idle time scheduling such that idle tasks which are posted during one
idle period will not become pending until the next idle period. This enables idle
tasks to repost themselves at the end of their execution without causing a flood of
idle task execution in the remaining deadline period.
BUG=421880
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183884
Patch Set 1 #Patch Set 2 : Rename queuedTasks to incomingTasks #
Total comments: 8
Patch Set 3 : Address review comments and add test. #Patch Set 4 : Drop extra {} #
Messages
Total messages: 14 (5 generated)
|