Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Task order #4

Open
pvorona opened this issue Jan 23, 2022 · 0 comments
Open

Task order #4

pvorona opened this issue Jan 23, 2022 · 0 comments

Comments

@pvorona
Copy link
Owner

pvorona commented Jan 23, 2022

  1. Consider different tasks order such as:
  • DOM read
  • Computations that depend on DOM read results
  • DOM write
  1. Consider different phases: Rendering and Interacting:
  • Tasks scheduled within the Rendering phase will be performed in the next frame
  • Tasks schedules within the Interacting phase will be performed in the current frame
    The purpose of this is to prevent Tasks that spawn other Tasks to block execution
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant