w3c / requestidlecallback

Cooperative Scheduling of Background Tasks
https://w3c.github.io/requestidlecallback/
Other
50 stars 19 forks source link

Avoid calling start an idle period directly now that the event loop does it #85

Closed rmcilroy closed 4 years ago

rmcilroy commented 4 years ago

Now that the event loop directly calls the start an idle period algorithm each time it spins and the idle period conditions true, we no longer need to call it when requesting an idle callback or after having invoked idle callbacks.

rmcilroy commented 4 years ago

@yoavweiss, could you take a look please?