Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Integrate with requestIdleCallback #1650

Closed
wants to merge 1 commit into from
Closed

Integrate with requestIdleCallback #1650

wants to merge 1 commit into from

Conversation

rmcilroy
Copy link

This adds a hook to the event loop's processing model to define when the start
of an idle period should begin. This deals with the issue in
w3c/requestidlecallback#70 and calls directly into the "start an idle period"
algorithm, instead of that algorithm having to having to spin the event loop.

This change depends on the PR in w3c/requestidlecallback#75.

This adds a hook to the event loop's processing model to define when the start
of an idle period should begin. This deals with the issue in
w3c/requestidlecallback#70 and calls directly into the "start an idle period"
algorithm, instead of that algorithm having to having to spin the event loop.

This change depends on the PR in w3c/requestidlecallback#75.
@rmcilroy rmcilroy closed this Oct 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant